me
/
guix
Archived
1
0
Fork 0

gnu: Update coq-mathcomp to 1.17.0.

* gnu/packages/coq.scm (coq-mathcomp): Update to 1.17.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Change-Id: Ia8397f94b7158128e6473811355a2c596c98970b
master
pukkamustard 2024-01-10 08:43:06 +01:00 committed by Julien Lepiller
parent db7c87e070
commit 9ae0ff50ac
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -375,7 +375,7 @@ assistant.")
(define-public coq-mathcomp
(package
(name "coq-mathcomp")
(version "1.15.0")
(version "1.17.0")
(source
(origin
(method git-fetch)
@ -384,7 +384,7 @@ assistant.")
(commit (string-append "mathcomp-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "158zl36zbvi5qx2nqbfnrg00jpgp6hjr5hmls7d8d0421ar6b67i"))))
(base32 "06i6kw5p2024n6h9mf8bvwn54il1a4z2h4qrgc8y0iq8hkvx4fnd"))))
(build-system gnu-build-system)
(native-inputs
(list ocaml which coq))