mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6f6498f1e2
commit
9e7af88d2e
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue