diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-02-11 08:43:25 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-11 10:32:24 +0100 |
commit | 8a338de2766588f3efffd2ee608c85ff7f6877a3 (patch) | |
tree | 676cc2ed94d005dbe1525bc3307611f1a0ffa0cd /gnu/packages/coq.scm | |
parent | e32ea56f05a06d0e67e9099bf25bf919dabc1423 (diff) |
gnu: coq-flocq: Update to 4.0.0.
* gnu/packages/coq.scm (coq-flocq): Update to 4.0.0.
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r-- | gnu/packages/coq.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index b523ccb065..1cfb17f17c 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -229,7 +229,7 @@ provers.") (define-public coq-flocq (package (name "coq-flocq") - (version "3.4.2") + (version "4.0.0") (source (origin (method git-fetch) @@ -239,7 +239,7 @@ provers.") (file-name (git-file-name name version)) (sha256 (base32 - "0j7vq7ifqcdaj2x881aha2rl51l2p72y1cn7r2xya0fjgsssfigy")))) + "159ykkhxz7zms28r4v8jjccapl5vv00csdz29mfy83lwrv5b6rwk")))) (build-system gnu-build-system) (native-inputs (list autoconf automake ocaml which coq)) |