guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: coq-stdpp: Update to 1.7.0.


From: guix-commits
Subject: branch master updated: gnu: coq-stdpp: Update to 1.7.0.
Date: Fri, 11 Feb 2022 04:37:20 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 58ab579a98 gnu: coq-stdpp: Update to 1.7.0.
58ab579a98 is described below

commit 58ab579a9856eadb2acc4f2b47d3516734d0b6a4
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 11 10:36:39 2022 +0100

    gnu: coq-stdpp: Update to 1.7.0.
    
    * gnu/packages/coq.scm (coq-stdpp): Update to 1.7.0.
---
 gnu/packages/coq.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 8862f0704f..0cfe9fd4e7 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -625,7 +625,7 @@ also provided in Coq, without associated proofs.")
 (define-public coq-stdpp
   (package
     (name "coq-stdpp")
-    (version "1.6.0")
+    (version "1.7.0")
     (synopsis "Alternative Coq standard library std++")
     (source (origin
               (method git-fetch)
@@ -635,7 +635,7 @@ also provided in Coq, without associated proofs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1l1w6srzydjg0h3f4krrfgvz455h56shyy2lbcnwdbzjkahibl7v"))))
+                "0447wbzm23f9rl8byqf6vglasfn6c1wy6cxrrwagqjwsh3i5lx8y"))))
     (build-system gnu-build-system)
     (inputs
      (list coq))



reply via email to

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