gnu: coq-coquelicot: Update to 3.4.1.

* gnu/packages/coq.scm (coq-coquelicot): Update to 3.4.1.

Change-Id: I9330c7d98b881c051f4f03dfdf7f1be9e3f26aa6
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2024-06-12 10:57:09 +02:00 committed by Andreas Enge
parent 612e4dd98f
commit c01a114c96
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -388,7 +388,7 @@ (define-public coq-mathcomp
(define-public coq-coquelicot
(package
(name "coq-coquelicot")
(version "3.4.0")
(version "3.4.1")
(source
(origin
(method git-fetch)
@ -398,7 +398,7 @@ (define-public coq-coquelicot
(file-name (git-file-name name version))
(sha256
(base32
"1f6zim6hnm6zrij964vas6rfbxh5p147qsxxmmbxm7gyb85hhy45"))))
"1y22dqdklh3c8rbhar0d7mzaj84q6zyfik7namx5q4ma76s2rx73"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake ocaml which coq))