gnu: pcg-cpp: Update to 0.98.1-ffd522e7.

* gnu/packages/cpp.scm (pcg-cpp): Update to 0.98.1-ffd522e7.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Greg Hogan 2021-06-30 13:43:48 +00:00 committed by Marius Bakke
parent 7861d92399
commit c1d40c2621
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -1053,8 +1053,8 @@ computation.")
(license license:bsd-3)))
(define-public pcg-cpp
(let ((commit "5b5cac8d61339e810c5dbb4692d868a1d7ca1b2d")
(revision "1"))
(let ((commit "ffd522e7188bef30a00c74dc7eb9de5faff90092")
(revision "2"))
(package
(name "pcg-cpp")
(version (git-version "0.98.1" revision commit))
@ -1066,7 +1066,7 @@ computation.")
(file-name (git-file-name name version))
(sha256
(base32
"1s9dcd4iydlc1xj9m6f7c52nlyx99klk043sk7arqy6kp7gdaa33"))))
"0yxyqaphcc38zilpwpmssrl8ly1v6dimscqk2f4rcv1h22dinnqx"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"