mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-parseclj: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 0.2.0.
This commit is contained in:
parent
8c7ef61523
commit
f5949d7709
1 changed files with 2 additions and 2 deletions
|
@ -25165,7 +25165,7 @@ (define-public emacs-parseedn
|
|||
(define-public emacs-parseclj
|
||||
(package
|
||||
(name "emacs-parseclj")
|
||||
(version "0.1.0")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25175,7 +25175,7 @@ (define-public emacs-parseclj
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03bm5dm4hmkqimv4wqxjjh5814pxysmm7z54bv2rf7zwv1x7dggr"))))
|
||||
"0894vhyx1phq8mdynnnqflcgi2a54hi926f4dk8slawzx1cb9xxb"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs `(("emacs-a" ,emacs-a)))
|
||||
(home-page "https://cider.mx")
|
||||
|
|
Loading…
Reference in a new issue