me
/
guix
Archived
1
0
Fork 0

gnu: coq-mathcomp: Update to 1.14.0.

* gnu/packages/coq.scm (coq-mathcomp): Update to 1.14.0.
master
Julien Lepiller 2022-02-11 10:02:03 +01:00
parent 5179f4525d
commit 74a1e5378a
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -334,7 +334,7 @@ assistant.")
(define-public coq-mathcomp
(package
(name "coq-mathcomp")
(version "1.13.0")
(version "1.14.0")
(source
(origin
(method git-fetch)
@ -343,7 +343,7 @@ assistant.")
(commit (string-append "mathcomp-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0aj8hsdzzds5w0p1858s2b6k9zssjcxa6kgpi0q1nvaml4zfpkcc"))))
(base32 "1rqg47dg84wr6d9v2pzna54dm62awcm8xdwx4dqwdwhf58fjxa9i"))))
(build-system gnu-build-system)
(native-inputs
(list ocaml which coq))