Archived
1
0
Fork 0

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
This commit is contained in:
pukkamustard 2024-01-10 08:43:05 +01:00 committed by Julien Lepiller
parent 4b7cc09c8b
commit db7c87e070
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -412,7 +412,7 @@ part of the distribution.")
(define-public coq-coquelicot (define-public coq-coquelicot
(package (package
(name "coq-coquelicot") (name "coq-coquelicot")
(version "3.2.0") (version "3.4.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -422,7 +422,7 @@ part of the distribution.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"146s5y2xsc7wb43m1pq1n4p14hw99gqbzx0ic3a4naxq16v7cv4w")))) "1f6zim6hnm6zrij964vas6rfbxh5p147qsxxmmbxm7gyb85hhy45"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list autoconf automake ocaml which coq)) (list autoconf automake ocaml which coq))