mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: emacs-parseclj: Update to 1.0.6.
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.6.
This commit is contained in:
parent
b750b63589
commit
9a653c6ad8
1 changed files with 2 additions and 2 deletions
|
@ -27462,7 +27462,7 @@ (define-public emacs-parseedn
|
||||||
(define-public emacs-parseclj
|
(define-public emacs-parseclj
|
||||||
(package
|
(package
|
||||||
(name "emacs-parseclj")
|
(name "emacs-parseclj")
|
||||||
(version "1.0.4")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -27471,7 +27471,7 @@ (define-public emacs-parseclj
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15aar5fsci2y8hy045ypdrig4z4kqrd8318im3yzyyf40y1xrz1d"))))
|
(base32 "0n0m3xc2dawgdhb68zznpsbzbbvf9fwgf9v8pzzwa2jncgi1yhh0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-a" ,emacs-a)))
|
(propagated-inputs `(("emacs-a" ,emacs-a)))
|
||||||
(home-page "https://cider.mx")
|
(home-page "https://cider.mx")
|
||||||
|
|
Loading…
Reference in a new issue