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 (define-public coq-bignums
(package (package
(name "coq-bignums") (name "coq-bignums")
(version "8.9.0") (version "8.10.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -429,7 +429,7 @@ (define-public coq-bignums
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"03qz1w2xb2j5p06liz5yyafl0fl9vprcqm6j0iwi7rxwghl00p01")))) "0bpb4flckn4nqxbs3wjiznyx1k7r8k93qdigp3qwmikp2lxvcbw5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("ocaml" ,ocaml) `(("ocaml" ,ocaml)