gnu: coq-interval: Update to 4.5.2.
* gnu/packages/coq.scm (coq-interval): Update to 4.5.2.
This commit is contained in:
parent
9140a4dd1d
commit
9f391b90fa
@ -463,7 +463,7 @@ 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 "4.4.0")
|
(version "4.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -473,7 +473,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rlcbv1nqm7zv60n63lca6nnxcq3c18akgzl72s1n3h89gvhs87z"))))
|
"138vgb0bq6wkygrhkahjgb9spwpzc6x6kkycj2qnf5naxx1z412w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake ocaml which coq))
|
(list autoconf automake ocaml which coq))
|
||||||
@ -486,7 +486,9 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.")
|
|||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "COQUSERCONTRIB=" (assoc-ref %outputs "out")
|
(list (string-append "COQUSERCONTRIB=" (assoc-ref %outputs "out")
|
||||||
"/lib/coq/user-contrib"))
|
"/lib/coq/user-contrib")
|
||||||
|
(string-append "OCAMLFIND_DESTDIR=" (assoc-ref %outputs "out")
|
||||||
|
"/lib/ocaml/site-lib"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'fix-remake
|
(add-before 'configure 'fix-remake
|
||||||
|
Loading…
Reference in New Issue
Block a user