summaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
diff options
context:
space:
mode:
authorBrett Gilio <brettg@gnu.org>2020-01-07 13:01:34 -0600
committerBrett Gilio <brettg@gnu.org>2020-01-07 13:01:34 -0600
commit8ace2045432da1973111d60901b70709649f8866 (patch)
tree8a71941b17fd2acd637bb15748e4d840d9a7fdea /gnu/packages/coq.scm
parentd2e1b2dac70807640cd8851c67dbf0cbb342bf5c (diff)
downloadguix-patches-8ace2045432da1973111d60901b70709649f8866.tar
guix-patches-8ace2045432da1973111d60901b70709649f8866.tar.gz
gnu: coq-bignums: Update to 8.10.0.
* gnu/packages/coq.scm (coq-bignums): Update to 8.10.0.
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r--gnu/packages/coq.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 0bb9ce7c4a..7673e54225 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)