Message ID | d74c4a5409910b2304dc8e71982fedefe91b9620.1706570486.git.ian@retrospec.tv |
---|---|
State | New |
Headers | show |
Series | [bug#68809,v2] gnu: emacspeak: Update to 59.0. | expand |
close 68809 On January 29, 2024 3:23:02 PM PST, help-debbugs@gnu.org wrote: >Thank you for filing a new bug report with debbugs.gnu.org. > >This is an automatically generated reply to let you know your message >has been received. > >Your message is being forwarded to the package maintainers and other >interested parties for their attention; they will reply in due course. > >As you requested using X-Debbugs-CC, your message was also forwarded to > Andrew Tropin <andrew@trop.in>, Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>, Liliana Marie Prikler <liliana.prikler@gmail.com> >(after having been given a bug report number, if it did not have one). > >Your message has been sent to the package maintainer(s): > guix-patches@gnu.org > >If you wish to submit further information on this problem, please >send it to 68809@debbugs.gnu.org. > >Please do not send mail to help-debbugs@gnu.org unless you wish >to report a problem with the Bug-tracking system. > >-- >68809: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68809 >GNU Bug Tracking System >Contact help-debbugs@gnu.org with problems Thanks, — Ian
On Mon, Jan 29 2024, Ian Eure wrote:
> * gnu/packages/emacs-xyz.scm (emacspeak): Update to 59.0.
Thank you! Pushed with just an extra line in the commit message.
Clément
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 561f41cccf..722581f69d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -18367,15 +18367,16 @@ (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")) + (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