gnu: pegtl: Update to 3.2.2.

* gnu/packages/cpp.scm (pegtl): Update to 3.2.2.
This commit is contained in:
Marius Bakke 2022-02-03 18:33:08 +01:00
parent 8bb91dcca0
commit 07e4efae7b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -955,7 +955,7 @@ (define-public abseil-cpp
(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 @@ (define-public pegtl
(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")