gnu: emacs-parseclj: Update to 1.0.2.

* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.2.
This commit is contained in:
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

View file

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