me
/
guix
Archived
1
0
Fork 0

gnu: emacs-eldev: Update to 1.0.

* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.0.
master
Nicolas Goaziou 2022-03-20 12:35:06 +01:00
parent 590e4c29c5
commit 992d456421
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -18001,7 +18001,7 @@ according to a parsing expression grammar.")
(define-public emacs-eldev
(package
(name "emacs-eldev")
(version "0.11")
(version "1.0")
(source
(origin
(method git-fetch)
@ -18010,7 +18010,7 @@ according to a parsing expression grammar.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "10l9gdxk6l2zp14zaf6k5aq36c0nbjq8jya727xs4yra0rdg05hl"))))
(base32 "1y7ngdj2icn8zw5qpjxqj3j9dry4lb7ixgxa148ss5bgsl8pgqnd"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t