guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: coq-bignums: Update to 8.10.0.


From: guix-commits
Subject: 01/04: gnu: coq-bignums: Update to 8.10.0.
Date: Tue, 7 Jan 2020 14:03:35 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 8ace2045432da1973111d60901b70709649f8866
Author: Brett Gilio <address@hidden>
AuthorDate: Tue Jan 7 13:01:34 2020 -0600

    gnu: coq-bignums: Update to 8.10.0.
    
    * gnu/packages/coq.scm (coq-bignums): Update to 8.10.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 0bb9ce7..7673e54 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -420,7 +420,7 @@ theorems between the two libraries.")
 (define-public coq-bignums
   (package
     (name "coq-bignums")
-    (version "8.9.0")
+    (version "8.10.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -429,7 +429,7 @@ theorems between the two libraries.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "03qz1w2xb2j5p06liz5yyafl0fl9vprcqm6j0iwi7rxwghl00p01"))))
+                "0bpb4flckn4nqxbs3wjiznyx1k7r8k93qdigp3qwmikp2lxvcbw5"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("ocaml" ,ocaml)



reply via email to

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