guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: pcg-cpp: Update to 0.98.1-ffd522e7.


From: guix-commits
Subject: 03/04: gnu: pcg-cpp: Update to 0.98.1-ffd522e7.
Date: Thu, 7 Oct 2021 18:06:39 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c1d40c262102360aa2d0633f7e0b551d54b07eb7
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jun 30 13:43:48 2021 +0000

    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>
---
 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 438199f..bc5a08a 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]