diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:00 +0200 |
commit | 01467df7919e3a6ce6117f6cb64c31166692c130 (patch) | |
tree | 1a67401b178d6146e6687883de19577312078e78 /gnu/packages | |
parent | ea0f76c0d5885e23d9ba374e4fc37f0ec60afeff (diff) | |
download | guix-01467df7919e3a6ce6117f6cb64c31166692c130.tar.gz guix-01467df7919e3a6ce6117f6cb64c31166692c130.zip |
gnu: pegtl: Update to 3.2.7.
* gnu/packages/cpp.scm (pegtl): Update to 3.2.7.
Diffstat (limited to 'gnu/packages')
-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 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") |