guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: coq-stdpp: Update to 1.6.0.


From: guix-commits
Subject: 06/06: gnu: coq-stdpp: Update to 1.6.0.
Date: Sun, 21 Nov 2021 13:27:28 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 63d8c7a82f54a338b0ffb1d1b93faa1d44303bf9
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Nov 21 17:50:10 2021 +0100

    gnu: coq-stdpp: Update to 1.6.0.
    
    * gnu/packages/coq.scm (coq-stdpp): Update to 1.6.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 5cfe0b1..1665afc 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -611,7 +611,7 @@ also provided in Coq, without associated proofs.")
 (define-public coq-stdpp
   (package
     (name "coq-stdpp")
-    (version "1.5.0")
+    (version "1.6.0")
     (synopsis "Alternative Coq standard library std++")
     (source (origin
               (method git-fetch)
@@ -621,7 +621,7 @@ also provided in Coq, without associated proofs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ym0fy620imah89p8b6rii8clx2vmnwcrbwxl3630h24k42092nf"))))
+                "1l1w6srzydjg0h3f4krrfgvz455h56shyy2lbcnwdbzjkahibl7v"))))
     (build-system gnu-build-system)
     (inputs
      `(("coq" ,coq)))



reply via email to

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