guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: coq-interval: Update to 4.3.1.


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

roptat pushed a commit to branch master
in repository guix.

commit 07fc7046d2ca8c8a7574408c2e3ce9c1e1bb5ff6
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Nov 21 17:40:58 2021 +0100

    gnu: coq-interval: Update to 4.3.1.
    
    * gnu/packages/coq.scm (coq-interval): Update to 4.3.1.
---
 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 64ada8c..5cfe0b1 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -429,7 +429,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq 
standard library.")
 (define-public coq-interval
   (package
     (name "coq-interval")
-    (version "4.3.0")
+    (version "4.3.1")
     (source
      (origin
        (method git-fetch)
@@ -439,7 +439,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq 
standard library.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1jqvd17czhliscf40idhnxgrha620039ilrdyfahn71dg2jmzqnm"))))
+         "0sr9psildc0sda07r2r47rfgyry49yklk38bg04yyvry5j5pryb6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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