gnu: emacs-peg: Update to 1.0.1.

* gnu/packages/emacs-xyz.scm (emacs-peg): Update to 1.0.1.
This commit is contained in:
Nicolas Goaziou 2022-12-05 20:49:41 +01:00
parent e49893071f
commit 7e24f60289
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20193,13 +20193,13 @@ (define-public emacs-circadian
(define-public emacs-peg
(package
(name "emacs-peg")
(version "1.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/peg-" version ".tar"))
(sha256
(base32 "0skr5dz9k34r409hisnj37n1b7n62l3md0glnfx578xkbmxlpcxl"))))
(base32 "0yxfwwwc6fck1p9smcm1dwnva42868xvavhy7j749vlxrgb3v94x"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/peg.html")
(synopsis "Parsing Expression Grammars in Elisp")