gnu: emacs-parseclj: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.1.0.
This commit is contained in:
parent
dc500a4ccf
commit
0409601bfb
1 changed files with 2 additions and 2 deletions
|
@ -28131,7 +28131,7 @@ It uses parseclj's shift-reduce parser internally.")
|
|||
(define-public emacs-parseclj
|
||||
(package
|
||||
(name "emacs-parseclj")
|
||||
(version "1.0.6")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28140,7 +28140,7 @@ It uses parseclj's shift-reduce parser internally.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0n0m3xc2dawgdhb68zznpsbzbbvf9fwgf9v8pzzwa2jncgi1yhh0"))))
|
||||
(base32 "0ifc9gyp7hr97ssnsqxiwrzmldqysz874crlg6jm4iy5l9fyls22"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-a))
|
||||
(home-page "https://cider.mx")
|
||||
|
|
Reference in a new issue