gnu: emacs-hercules: Update to 0.3.1.

* gnu/packages/emacs-xyz.scm (emacs-hercules): Update to 0.3.1.
This commit is contained in:
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

View file

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