mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
eefbf1cf16
commit
b8d3c8925a
1 changed files with 2 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue