GNU bug report logs -
#77874
[PATCH c++-team 0/1] Update pcg-cpp.
Previous Next
To reply to this bug, email your comments to 77874 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77874
; Package
guix-patches
.
(Thu, 17 Apr 2025 19:53:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Greg Hogan <code <at> greghogan.com>
:
New bug report received and forwarded. Copy sent to
code <at> greghogan.com, guix-patches <at> gnu.org
.
(Thu, 17 Apr 2025 19:53:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
A single dependent package.
Greg Hogan (1):
gnu: pcg-cpp: Update to 0.98.1-3.428802d.
gnu/packages/cpp.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
base-commit: a36ff7d51110403295a359e7f40c3eb42ccfd509
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77874
; Package
guix-patches
.
(Thu, 17 Apr 2025 19:55:05 GMT)
Full text and
rfc822 format available.
Message #8 received at 77874 <at> debbugs.gnu.org (full text, mbox):
* 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 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.