diff options
author | Brett Gilio <brettg@gnu.org> | 2020-01-07 13:01:34 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-01-07 13:01:34 -0600 |
commit | 8ace2045432da1973111d60901b70709649f8866 (patch) | |
tree | 8a71941b17fd2acd637bb15748e4d840d9a7fdea /gnu | |
parent | d2e1b2dac70807640cd8851c67dbf0cbb342bf5c (diff) | |
download | patches-8ace2045432da1973111d60901b70709649f8866.tar 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')
-rw-r--r-- | gnu/packages/coq.scm | 4 |
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) |