guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: pegtl: Update to 3.2.7.


From: guix-commits
Subject: 05/14: gnu: pegtl: Update to 3.2.7.
Date: Wed, 27 Jul 2022 19:08:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 01467df7919e3a6ce6117f6cb64c31166692c130
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:01 2022 +0200

    gnu: pegtl: Update to 3.2.7.
    
    * gnu/packages/cpp.scm (pegtl): Update to 3.2.7.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 8330f0d157..5b798f8625 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1042,7 +1042,7 @@ Google's C++ code base.")
 (define-public pegtl
   (package
     (name "pegtl")
-    (version "3.2.2")
+    (version "3.2.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1051,7 +1051,7 @@ Google's C++ code base.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1viwrlsw5nwvbv8d88mf5r77syapgxx3xm1kv5kmn6drw8jgsmzf"))))
+                "01adjqqdr9yf4h379jl1x0526kvixfpqk4hdk9mna49qc4s5hpi1"))))
     (build-system cmake-build-system)
     (home-page "https://github.com/taocpp/PEGTL";)
     (synopsis "Parsing Expression Grammar template library")



reply via email to

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