Skip to content
Snippets Groups Projects
Unverified Commit 9273f75d authored by Nicolas Goaziou's avatar Nicolas Goaziou
Browse files

gnu: emacs-peg: Update to 1.0.

* gnu/packages/emacs-xyz.scm (emacs-peg): Update to 1.0.
[source]: Switch to ELPA URI.
[home-page]: Use ELPA URI.
parent 1ce0b322
No related branches found
No related tags found
No related merge requests found
...@@ -14367,18 +14367,15 @@ (define-public emacs-ts ...@@ -14367,18 +14367,15 @@ (define-public emacs-ts
(define-public emacs-peg (define-public emacs-peg
(package (package
(name "emacs-peg") (name "emacs-peg")
(version "0.6") (version "1.0")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method url-fetch)
(url "https://github.com/emacsmirror/peg") (uri (string-append "https://elpa.gnu.org/packages/peg-" version ".tar"))
(commit version))) (sha256
(sha256 (base32 "0skr5dz9k34r409hisnj37n1b7n62l3md0glnfx578xkbmxlpcxl"))))
(base32
"0kjz7ch4bn0m4v9zgqyqcrsasnqc5c5drv2hp22j7rnbb7ny0q3n"))
(file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/emacsmirror/peg/") (home-page "https://elpa.gnu.org/packages/peg.html")
(synopsis "Parsing Expression Grammars in Elisp") (synopsis "Parsing Expression Grammars in Elisp")
(description "This package provides a macro that parses the current buffer (description "This package provides a macro that parses the current buffer
according to a parsing expression grammar.") according to a parsing expression grammar.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment