me
/
guix
Archived
1
0
Fork 0

gnu: emacs-hercules: Update to 0.3.1.

* gnu/packages/emacs-xyz.scm (emacs-hercules): Update to 0.3.1.
master
Nicolas Goaziou 2021-02-09 09:05:13 +01:00
parent f4b0a1cd37
commit 424f60147c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 3 deletions

View File

@ -13230,7 +13230,7 @@ settings).")
(define-public emacs-hercules
(package
(name "emacs-hercules")
(version "0.2.1")
(version "0.3.1")
(source
(origin
(method git-fetch)
@ -13239,8 +13239,7 @@ settings).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"19939pf5d6p2facmfhpyghx0vipb5k6ry3bmkmjfkj1zp132zfqf"))))
(base32 "1rp37rhkj8jm07dwr74vc68dhrbvyvrxjdavpb0h073ps9vl9dsc"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-which-key" ,emacs-which-key)))