diff options
author | Marius Bakke <marius@gnu.org> | 2022-02-03 18:33:08 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-02-03 23:39:47 +0100 |
commit | 07e4efae7b188100ee8d7cc37b0a3a1adc3cfe74 (patch) | |
tree | 337dd17bd02488ec367112ca737316da9eec7702 /gnu/packages/cpp.scm | |
parent | 8bb91dcca01c22530a462588c182ebec6e1ded92 (diff) | |
download | guix-07e4efae7b188100ee8d7cc37b0a3a1adc3cfe74.tar.gz |
gnu: pegtl: Update to 3.2.2.
* gnu/packages/cpp.scm (pegtl): Update to 3.2.2.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files 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") |