gnu: emacs-parseclj: Update to 1.0.4.

* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.4.
This commit is contained in:
Nicolas Goaziou 2021-10-01 10:28:09 +02:00
parent eefbf1cf16
commit b8d3c8925a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27396,7 +27396,7 @@ (define-public emacs-parseedn
(define-public emacs-parseclj
(package
(name "emacs-parseclj")
(version "1.0.2")
(version "1.0.4")
(source
(origin
(method git-fetch)
@ -27405,8 +27405,7 @@ (define-public emacs-parseclj
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0rn72iwsdlmixkrg97p3km0a85bxvx5lnvsnkrga3rv48lxxq7h9"))))
(base32 "15aar5fsci2y8hy045ypdrig4z4kqrd8318im3yzyyf40y1xrz1d"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-a" ,emacs-a)))
(home-page "https://cider.mx")