mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-hyperbole: Update to 7.1.3.
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 7.1.3.
This commit is contained in:
parent
367ee580a2
commit
1ce0b32265
1 changed files with 2 additions and 2 deletions
|
@ -263,14 +263,14 @@ using geiser.")
|
||||||
(define-public emacs-hyperbole
|
(define-public emacs-hyperbole
|
||||||
(package
|
(package
|
||||||
(name "emacs-hyperbole")
|
(name "emacs-hyperbole")
|
||||||
(version "7.1.2")
|
(version "7.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"hyperbole-" version ".tar"))
|
"hyperbole-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bspmqnbniwr9385wh823dsr5fgch5qnlkf45s4vi0nvg8jdccp1"))
|
(base32 "0bizibn4qgxqp89fyik6p47s9hss1g932mg8k7pznn3kkhj5c8rh"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "emacs-hyperbole-toggle-messaging.patch"))))
|
(search-patches "emacs-hyperbole-toggle-messaging.patch"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue