me
/
guix
Archived
1
0
Fork 0

gnu: emacs-parseclj: Update to 1.0.2.

* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.2.
master
Nicolas Goaziou 2021-09-28 21:21:16 +02:00
parent e563dd6929
commit 9be6c28dcb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -27365,7 +27365,7 @@ It uses parseclj's shift-reduce parser internally.")
(define-public emacs-parseclj (define-public emacs-parseclj
(package (package
(name "emacs-parseclj") (name "emacs-parseclj")
(version "1.0.0") (version "1.0.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -27375,7 +27375,7 @@ It uses parseclj's shift-reduce parser internally.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"197p11n04vicqwi6ixfafbqnh3rhya8mn76nfs5q7h5s000xxs08")))) "0rn72iwsdlmixkrg97p3km0a85bxvx5lnvsnkrga3rv48lxxq7h9"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs `(("emacs-a" ,emacs-a))) (propagated-inputs `(("emacs-a" ,emacs-a)))
(home-page "https://cider.mx") (home-page "https://cider.mx")