gnu: emacs-parseclj: Update to 1.0.0.

* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.0.
This commit is contained in:
Nicolas Goaziou 2021-09-27 23:11:26 +02:00
parent 6f6498f1e2
commit 9e7af88d2e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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