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:
Nicolas Goaziou 2024-01-01 19:25:19 +01:00
parent 80bbdf4f10
commit aca2259d7d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -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")