diff options
author | Greg Hogan <code@greghogan.com> | 2025-04-17 19:27:48 +0000 |
---|---|---|
committer | Greg Hogan <code@greghogan.com> | 2025-04-29 13:50:22 +0000 |
commit | 32bc7695b50a2018f15618a86d7200fc8c3e2f58 (patch) | |
tree | 08e69b1a3b4b50c062877bd775335058beb0ab03 | |
parent | fbf766295710078b5cd2e8810459908d9f777442 (diff) | |
download | guix-32bc7695b50a2018f15618a86d7200fc8c3e2f58.tar.gz guix-32bc7695b50a2018f15618a86d7200fc8c3e2f58.zip |
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
-rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index c136a69dad..f18b0a73f1 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -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" |