me
/
guix
Archived
1
0
Fork 0

gnu: emacs-eldev: Update to 0.10.1.

* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 0.10.1.
master
Nicolas Goaziou 2021-11-22 11:43:08 +01:00
parent 3edadb4219
commit 616216b0ad
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -17628,7 +17628,7 @@ according to a parsing expression grammar.")
(define-public emacs-eldev
(package
(name "emacs-eldev")
(version "0.10")
(version "0.10.1")
(source
(origin
(method git-fetch)
@ -17637,7 +17637,7 @@ according to a parsing expression grammar.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1y1gc37vn8k1yhp6b069sg8hdh1bn22icdqn4b28c2k5iiw9g7gi"))))
(base32 "0ff74scwmixyawsdypvix0cchsbp1d9ac95ym96b4f8hj5gijjms"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t