me
/
guix
Archived
1
0
Fork 0

gnu: emacs-eldev: Update to 1.1.3.

* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.1.3.
master
Nicolas Goaziou 2022-07-11 11:44:57 +02:00
parent ed17b08ff5
commit 1cea926ff4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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