me
/
guix
Archived
1
0
Fork 0

gnu: emacs-hyperbole: Update to 7.1.3.

* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 7.1.3.
master
Nicolas Goaziou 2020-09-23 22:05:02 +02:00
parent 367ee580a2
commit 1ce0b32265
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -263,14 +263,14 @@ using geiser.")
(define-public emacs-hyperbole
(package
(name "emacs-hyperbole")
(version "7.1.2")
(version "7.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"hyperbole-" version ".tar"))
(sha256
(base32 "1bspmqnbniwr9385wh823dsr5fgch5qnlkf45s4vi0nvg8jdccp1"))
(base32 "0bizibn4qgxqp89fyik6p47s9hss1g932mg8k7pznn3kkhj5c8rh"))
(patches
(search-patches "emacs-hyperbole-toggle-messaging.patch"))))
(build-system emacs-build-system)