[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacspeak: Update to 53.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacspeak: Update to 53.0. |
Date: |
Sat, 28 Nov 2020 16:18:06 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4c9438c gnu: emacspeak: Update to 53.0.
4c9438c is described below
commit 4c9438c0831ecb09874052c43d0df4101cd38126
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 28 22:17:11 2020 +0100
gnu: emacspeak: Update to 53.0.
* gnu/packages/emacs-xyz.scm (emacspeak): Update to 53.0.
[arguments]: Remove now unnecessary phase.
---
gnu/packages/emacs-xyz.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4e6c387..de82980 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11189,7 +11189,7 @@ highlights quasi-quoted expressions.")
(define-public emacspeak
(package
(name "emacspeak")
- (version "52.0")
+ (version "53.0")
(source
(origin
(method url-fetch)
@@ -11197,17 +11197,13 @@ highlights quasi-quoted expressions.")
"https://github.com/tvraman/emacspeak/releases/download/"
version "/emacspeak-" version ".tar.bz2"))
(sha256
- (base32 "0x5b0s38r5ih2lk7f5hasi9arrgxlmmq5jaddadbxi8in2gw2jzl"))))
+ (base32 "0lasj4ggsh93ingf46n16wxfx5zzxvr1igikbmdqlz3i99j331gs"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags (list (string-append "prefix="
(assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'delete-broken-symlink
- (lambda _
- (delete-file "lisp/sudoku.el")
- #t))
(replace 'configure
(lambda _
(setenv "SHELL" (which "sh"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacspeak: Update to 53.0.,
guix-commits <=