GNU bug report logs - #77874
[PATCH c++-team 0/1] Update pcg-cpp.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Thu, 17 Apr 2025 19:53:02 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Greg Hogan <code <at> greghogan.com>
To: 77874 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>, Greg Hogan <code <at> greghogan.com>
Subject: [bug#77874] [PATCH c++-team 1/1] gnu: pcg-cpp: Update to 0.98.1-3.428802d.
Date: Thu, 17 Apr 2025 19:53:37 +0000
* gnu/packages/cpp.scm (pcg-cpp): Update to 0.98.1-3.428802d.

Change-Id: I6e24e953920ee17fb2cbbf75fce64507112b2775
---
 gnu/packages/cpp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 7c4cf25641..0e77cb3103 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2615,8 +2615,8 @@ (define-public clipper
     (license license:boost1.0)))
 
 (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))
@@ -2628,7 +2628,7 @@ (define-public pcg-cpp
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0yxyqaphcc38zilpwpmssrl8ly1v6dimscqk2f4rcv1h22dinnqx"))))
+                  "0w4xb52b6glldkz1wnjc4r4m750m59yxp8jky71j3l4pvfbbj2m5"))))
       (build-system gnu-build-system)
       (arguments
        `(#:test-target "test"
-- 
2.49.0





This bug report was last modified 20 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.