gnu: coq-flocq: Update to 2.6.1.
* gnu/packages/ocaml.scm (coq-flocq): Update to 2.6.1.
This commit is contained in:
parent
69b54f06c1
commit
1d181cbe43
|
@ -3869,15 +3869,15 @@ cross-platform SDL C library.")
|
||||||
(define-public coq-flocq
|
(define-public coq-flocq
|
||||||
(package
|
(package
|
||||||
(name "coq-flocq")
|
(name "coq-flocq")
|
||||||
(version "2.6.0")
|
(version "2.6.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; Use the ‘Latest version’ link for a stable URI across releases.
|
;; Use the ‘Latest version’ link for a stable URI across releases.
|
||||||
(uri (string-append "https://gforge.inria.fr/frs/download.php/"
|
(uri (string-append "https://gforge.inria.fr/frs/download.php/"
|
||||||
"latestfile/2228/flocq-" version ".tar.gz"))
|
"file/37454/flocq-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13fv150dcwnjrk00d7zj2c5x9jwmxgrq0ay440gkr730l8mvk3l3"))))
|
"06msp1fwpqv6p98a3i1nnkj7ch9rcq3rm916yxq8dxf51lkghrin"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ocaml" ,ocaml)
|
`(("ocaml" ,ocaml)
|
||||||
|
|
Loading…
Reference in New Issue