[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacspeak: Update to 59.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacspeak: Update to 59.0. |
Date: |
Mon, 29 Jan 2024 18:41:13 -0500 |
This is an automated email from the git hooks/post-receive script.
snape pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 144c95032e gnu: emacspeak: Update to 59.0.
144c95032e is described below
commit 144c95032e517bb8ce466b930fe91506bcc92b2b
Author: Ian Eure <ian@retrospec.tv>
AuthorDate: Mon Jan 29 15:21:42 2024 -0800
gnu: emacspeak: Update to 59.0.
* gnu/packages/emacs-xyz.scm (emacspeak): Update to 59.0.
[source]: Switch to git-fetch.
Change-Id: I80e93286fa0de931e85f07c22e050faeaf8d0280
Signed-off-by: Clément Lassieur <clement@lassieur.org>
---
gnu/packages/emacs-xyz.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 171defcdb5..4514bd1b25 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18367,15 +18367,16 @@ highlights quasi-quoted expressions.")
(define-public emacspeak
(package
(name "emacspeak")
- (version "53.0")
+ (version "59.0")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/tvraman/emacspeak/releases/download/"
- version "/emacspeak-" version ".tar.bz2"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tvraman/emacspeak")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "0lasj4ggsh93ingf46n16wxfx5zzxvr1igikbmdqlz3i99j331gs"))))
+ (base32 "010c8hy8nmffaqn1h8n8hmyxvn7gx6ygx4pxgdfp1vl8bb1bz54y"))))
(build-system gnu-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacspeak: Update to 59.0.,
guix-commits <=