mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-hyperbole: Update to 9.0.0.
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 9.0.0. Change-Id: Ifd7946659e8cdcf0f6b2ade71fe343e79db0a73b
This commit is contained in:
parent
2196f8ee1b
commit
9c749e09da
1 changed files with 2 additions and 2 deletions
|
@ -1034,14 +1034,14 @@ (define-public emacs-platformio-mode
|
|||
(define-public emacs-hyperbole
|
||||
(package
|
||||
(name "emacs-hyperbole")
|
||||
(version "8.0.0")
|
||||
(version "9.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"hyperbole-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "171x7jad62xd0n3xgs32dksyhn5abxj1kna0qgm65mm0v73hrv8d"))))
|
||||
(base32 "07kpyp3ggf4knakn18niy819l184apx4d9vbcwv57j8zyqgn4c3l"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:include #~(cons* "DEMO"
|
||||
|
|
Loading…
Reference in a new issue