gnu: coq-bignums: Update to 8.10.0.

* gnu/packages/coq.scm (coq-bignums): Update to 8.10.0.
This commit is contained in:
Brett Gilio 2020-01-07 13:01:34 -06:00
parent d2e1b2dac7
commit 8ace204543
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -420,7 +420,7 @@ (define-public coq-coquelicot
(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 @@ (define-public coq-bignums
(file-name (git-file-name name version))
(sha256
(base32
"03qz1w2xb2j5p06liz5yyafl0fl9vprcqm6j0iwi7rxwghl00p01"))))
"0bpb4flckn4nqxbs3wjiznyx1k7r8k93qdigp3qwmikp2lxvcbw5"))))
(build-system gnu-build-system)
(native-inputs
`(("ocaml" ,ocaml)