summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-11 10:02:03 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-11 10:33:17 +0100
commit74a1e5378ae5ef9e4520120446991914a59d4744 (patch)
tree6be0202b48b8eda7913b38e3625d4e479b0eef97
parent5179f4525d0859794b0d75ee1792d0f731d1f9c4 (diff)
downloadguix-patches-74a1e5378ae5ef9e4520120446991914a59d4744.tar
guix-patches-74a1e5378ae5ef9e4520120446991914a59d4744.tar.gz
gnu: coq-mathcomp: Update to 1.14.0.
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.14.0.
-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 13c0a2f9db..8862f0704f 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -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))