summaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
diff options
context:
space:
mode:
authorpukkamustard <pukkamustard@posteo.net>2024-01-10 08:43:05 +0100
committerJulien Lepiller <julien@lepiller.eu>2024-02-08 23:15:20 +0100
commitdb7c87e07092f171c7b9c1e9713f8be76cdeaa12 (patch)
tree17837fff247b26ecc3ad671ad4a2a257a9aeda83 /gnu/packages/coq.scm
parent4b7cc09c8bd235616880ba652656420cdd479baa (diff)
gnu: Update coq-coquelicot to 3.4.0.
* gnu/packages/coq.scm (coq-coquelicot): Update to 3.4.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Change-Id: I14c18abdbb7bebea75ac26be9c4c1954778cef22
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r--gnu/packages/coq.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 0903b6e9aa..b2b97a42f3 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -412,7 +412,7 @@ part of the distribution.")
(define-public coq-coquelicot
(package
(name "coq-coquelicot")
- (version "3.2.0")
+ (version "3.4.0")
(source
(origin
(method git-fetch)
@@ -422,7 +422,7 @@ part of the distribution.")
(file-name (git-file-name name version))
(sha256
(base32
- "146s5y2xsc7wb43m1pq1n4p14hw99gqbzx0ic3a4naxq16v7cv4w"))))
+ "1f6zim6hnm6zrij964vas6rfbxh5p147qsxxmmbxm7gyb85hhy45"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake ocaml which coq))