me
/
guix
Archived
1
0
Fork 0

gnu: emacs-peg: Update to 0.10.3.

* gnu/packages/emacs-xyz.scm (emacs-peg): Update to 0.10.3.
master
Nicolas Goaziou 2021-12-05 14:20:16 +01:00
parent bf9a1dfd59
commit 21e2be5968
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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