unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68809] [PATCH v2] gnu: emacspeak: Update to 59.0.
@ 2024-01-29 23:21 Ian Eure
       [not found] ` <handler.68809.B.17065705353482.ack@debbugs.gnu.org>
  2024-01-29 23:42 ` [bug#68809] [PATCH v2] gnu: emacspeak: Update to 59.0 Clément Lassieur
  0 siblings, 2 replies; 3+ messages in thread
From: Ian Eure @ 2024-01-29 23:21 UTC (permalink / raw)
  To: 68809; +Cc: Ian Eure, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacspeak): Update to 59.0.

Change-Id: I80e93286fa0de931e85f07c22e050faeaf8d0280
---
 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 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

base-commit: 8ae8b9804fa4aef23d4028563559bf7bec52fec2
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#68809] Acknowledgement ([PATCH v2] gnu: emacspeak: Update to 59.0.)
       [not found] ` <handler.68809.B.17065705353482.ack@debbugs.gnu.org>
@ 2024-01-29 23:29   ` Ian Eure
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Eure @ 2024-01-29 23:29 UTC (permalink / raw)
  To: 68809; +Cc: control

[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1386 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#68809] [PATCH v2] gnu: emacspeak: Update to 59.0.
  2024-01-29 23:21 [bug#68809] [PATCH v2] gnu: emacspeak: Update to 59.0 Ian Eure
       [not found] ` <handler.68809.B.17065705353482.ack@debbugs.gnu.org>
@ 2024-01-29 23:42 ` Clément Lassieur
  1 sibling, 0 replies; 3+ messages in thread
From: Clément Lassieur @ 2024-01-29 23:42 UTC (permalink / raw)
  To: Ian Eure
  Cc: 68809-done, Katherine Cox-Buday, Liliana Marie Prikler,
	Andrew Tropin

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-29 23:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-29 23:21 [bug#68809] [PATCH v2] gnu: emacspeak: Update to 59.0 Ian Eure
     [not found] ` <handler.68809.B.17065705353482.ack@debbugs.gnu.org>
2024-01-29 23:29   ` [bug#68809] Acknowledgement ([PATCH v2] gnu: emacspeak: Update to 59.0.) Ian Eure
2024-01-29 23:42 ` [bug#68809] [PATCH v2] gnu: emacspeak: Update to 59.0 Clément Lassieur

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).