diff options
author | Julien Lepiller <julien@lepiller.eu> | 2017-10-21 16:16:15 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2017-10-22 10:21:14 +0200 |
commit | b44f13e04cec16c6c4a4ad627f79c787f868bc58 (patch) | |
tree | 126d03896faadff9bf3f687fd0b81321902a0e5e | |
parent | 6e4da73710822e1b46390a8ae0d223a0ef150298 (diff) | |
download | guix-b44f13e04cec16c6c4a4ad627f79c787f868bc58.tar guix-b44f13e04cec16c6c4a4ad627f79c787f868bc58.tar.gz |
gnu: Update coq-flocq to 2.6.0.
* gnu/packages/ocaml.scm (coq-flocq): Update to 2.6.0.
-rw-r--r-- | gnu/packages/ocaml.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index bbdde2801d..f2b06d0654 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3560,14 +3560,14 @@ library is currently designed for Unicode Standard 3.2.") (define-public coq-flocq (package (name "coq-flocq") - (version "2.5.2") + (version "2.6.0") (source (origin (method url-fetch) (uri (string-append "https://gforge.inria.fr/frs/download.php/file" - "/36199/flocq-" version ".tar.gz")) + "/37054/flocq-" version ".tar.gz")) (sha256 (base32 - "0h5mlasirfzc0wwn2isg4kahk384n73145akkpinrxq5jsn5d22h")))) + "13fv150dcwnjrk00d7zj2c5x9jwmxgrq0ay440gkr730l8mvk3l3")))) (build-system gnu-build-system) (native-inputs `(("ocaml" ,ocaml) |