gnu: Update coq-interval to 3.3.0.
* gnu/packages/ocaml.scm (coq-interval): Update to 3.3.0. [inputs]: Add coq-bignums.
This commit is contained in:
parent
dbfb1a596a
commit
6efc999678
|
@ -3781,14 +3781,14 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.")
|
||||||
(define-public coq-interval
|
(define-public coq-interval
|
||||||
(package
|
(package
|
||||||
(name "coq-interval")
|
(name "coq-interval")
|
||||||
(version "3.2.0")
|
(version "3.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://gforge.inria.fr/frs/download.php/"
|
(uri (string-append "https://gforge.inria.fr/frs/download.php/"
|
||||||
"file/36538/interval-" version ".tar.gz"))
|
"file/36538/interval-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16ir7mizl18kwa1ls8fwjih6r87894bvc1r6lh85cd43la7nriq3"))))
|
"08fdcf3hbwqphglvwprvqzgkg0qbimpyhnqsgv3gac4y1ap0f903"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ocaml" ,ocaml)
|
`(("ocaml" ,ocaml)
|
||||||
|
@ -3796,6 +3796,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.")
|
||||||
("coq" ,coq)))
|
("coq" ,coq)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("flocq" ,coq-flocq)
|
`(("flocq" ,coq-flocq)
|
||||||
|
("bignums" ,coq-bignums)
|
||||||
("coquelicot" ,coq-coquelicot)
|
("coquelicot" ,coq-coquelicot)
|
||||||
("mathcomp" ,coq-mathcomp)))
|
("mathcomp" ,coq-mathcomp)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue