gnu: coq-flocq: Update to 2.6.1.

* gnu/packages/ocaml.scm (coq-flocq): Update to 2.6.1.
This commit is contained in:
Julien Lepiller 2018-05-04 20:15:29 +02:00
parent 69b54f06c1
commit 1d181cbe43
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -3869,15 +3869,15 @@ (define-public ocaml-tsdl
(define-public coq-flocq
(package
(name "coq-flocq")
(version "2.6.0")
(version "2.6.1")
(source (origin
(method url-fetch)
;; Use the Latest version link for a stable URI across releases.
(uri (string-append "https://gforge.inria.fr/frs/download.php/"
"latestfile/2228/flocq-" version ".tar.gz"))
"file/37454/flocq-" version ".tar.gz"))
(sha256
(base32
"13fv150dcwnjrk00d7zj2c5x9jwmxgrq0ay440gkr730l8mvk3l3"))))
"06msp1fwpqv6p98a3i1nnkj7ch9rcq3rm916yxq8dxf51lkghrin"))))
(build-system gnu-build-system)
(native-inputs
`(("ocaml" ,ocaml)