mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: pegtl: Update to 3.2.2.
* gnu/packages/cpp.scm (pegtl): Update to 3.2.2.
This commit is contained in:
parent
8bb91dcca0
commit
07e4efae7b
1 changed files with 2 additions and 2 deletions
|
@ -955,7 +955,7 @@ (define-public abseil-cpp
|
||||||
(define-public pegtl
|
(define-public pegtl
|
||||||
(package
|
(package
|
||||||
(name "pegtl")
|
(name "pegtl")
|
||||||
(version "2.8.3")
|
(version "3.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -964,7 +964,7 @@ (define-public pegtl
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17crgjfdx55imi2dqnz6xpvsxq07390yfgkz5nd2g77ydkvq9db3"))))
|
"1viwrlsw5nwvbv8d88mf5r77syapgxx3xm1kv5kmn6drw8jgsmzf"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(home-page "https://github.com/taocpp/PEGTL")
|
(home-page "https://github.com/taocpp/PEGTL")
|
||||||
(synopsis "Parsing Expression Grammar template library")
|
(synopsis "Parsing Expression Grammar template library")
|
||||||
|
|
Loading…
Reference in a new issue