guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68750] [PATCH] gnu: emacspeak: Update to 59.0.


From: Ian Eure
Subject: [bug#68750] [PATCH] gnu: emacspeak: Update to 59.0.
Date: Fri, 26 Jan 2024 22:23:32 -0800
User-agent: K-9 Mail for Android

Adding, the current package (version 53) doesn't build, presumably because of changes in Emacs 28 or 29.


On January 26, 2024 10:18:30 PM PST, Ian Eure <ian@retrospec.tv> wrote:
* gnu/packages/emacs-xyz.scm (emacspeak): Update to 59.0.

Change-Id: I80e93286fa0de931e85f07c22e050faeaf8d0280
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 561f41cccf..0e62959c60 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18367,15 +18367,15 @@ (define-public emacs-highlight-stages
(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"))
+ "https://github.com/tvraman/emacspeak/releases/download/59"
+ "/emacspeak-" version ".tar.bz2"))
(sha256
- (base32 "0lasj4ggsh93ingf46n16wxfx5zzxvr1igikbmdqlz3i99j331gs"))))
+ (base32 "0id9nh49sg2m21r05d1y6jspm04ihpph2lxr90qw8wczdy2hp007"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: 8ae8b9804fa4aef23d4028563559bf7bec52fec2

reply via email to

[Prev in Thread] Current Thread [Next in Thread]