1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: pcg-cpp: Update to 0.98.1-3.428802d.

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

Change-Id: I6e24e953920ee17fb2cbbf75fce64507112b2775
This commit is contained in:
Greg Hogan 2025-04-17 19:27:48 +00:00
parent fbf7662957
commit 32bc7695b5
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -2657,8 +2657,8 @@ The library is based on Vatti's clipping algorithm.")
Note: This package is a major update of the original clipper library."))))
(define-public pcg-cpp
(let ((commit "ffd522e7188bef30a00c74dc7eb9de5faff90092")
(revision "2"))
(let ((commit "428802d1a5634f96bcd0705fab379ff0113bcf13")
(revision "3"))
(package
(name "pcg-cpp")
(version (git-version "0.98.1" revision commit))
@ -2670,7 +2670,7 @@ Note: This package is a major update of the original clipper library."))))
(file-name (git-file-name name version))
(sha256
(base32
"0yxyqaphcc38zilpwpmssrl8ly1v6dimscqk2f4rcv1h22dinnqx"))))
"0w4xb52b6glldkz1wnjc4r4m750m59yxp8jky71j3l4pvfbbj2m5"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"