guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: emacs-peg: Update to 1.0.1.


From: guix-commits
Subject: 09/13: gnu: emacs-peg: Update to 1.0.1.
Date: Mon, 5 Dec 2022 14:52:53 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7e24f602896d4f9939e845368bca2f2f916f68d9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 5 20:49:41 2022 +0100

    gnu: emacs-peg: Update to 1.0.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-peg): Update to 1.0.1.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5574b4ae05..26a03cb798 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20193,13 +20193,13 @@ temperature shifting tools and brightness adaption 
software.")
 (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]