gnu: emacs-parseclj: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.1.1. Change-Id: I9a2bbbf3e575623993421bedee0ebce58658b0c8
This commit is contained in:
parent
80bbdf4f10
commit
aca2259d7d
@ -34974,7 +34974,7 @@ It uses parseclj's shift-reduce parser internally.")
|
||||
(define-public emacs-parseclj
|
||||
(package
|
||||
(name "emacs-parseclj")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@ -34983,7 +34983,7 @@ It uses parseclj's shift-reduce parser internally.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ifc9gyp7hr97ssnsqxiwrzmldqysz874crlg6jm4iy5l9fyls22"))))
|
||||
(base32 "1iz7qbsq4whmb3iqy777jlm47chjp62313hc6nfcp0lfqsanmcmv"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-a))
|
||||
(home-page "https://cider.mx")
|
||||
|
Loading…
Reference in New Issue
Block a user