guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: pegtl: Update to 3.2.2.


From: guix-commits
Subject: 08/16: gnu: pegtl: Update to 3.2.2.
Date: Thu, 3 Feb 2022 17:44:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 07e4efae7b188100ee8d7cc37b0a3a1adc3cfe74
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Feb 3 18:33:08 2022 +0100

    gnu: pegtl: Update to 3.2.2.
    
    * gnu/packages/cpp.scm (pegtl): Update to 3.2.2.
---
 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 ba54dbcda8..3c68cd86a0 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -955,7 +955,7 @@ Google's C++ code base.")
 (define-public pegtl
   (package
     (name "pegtl")
-    (version "2.8.3")
+    (version "3.2.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -964,7 +964,7 @@ Google's C++ code base.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "17crgjfdx55imi2dqnz6xpvsxq07390yfgkz5nd2g77ydkvq9db3"))))
+                "1viwrlsw5nwvbv8d88mf5r77syapgxx3xm1kv5kmn6drw8jgsmzf"))))
     (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]