me
/
guix
Archived
1
0
Fork 0

gnu: pegtl: Update to 3.2.7.

* gnu/packages/cpp.scm (pegtl): Update to 3.2.7.
master
Tobias Geerinckx-Rice 2022-07-24 02:00:01 +02:00
parent ea0f76c0d5
commit 01467df791
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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")