guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: coq-mathcomp: Update to 1.13.0.


From: guix-commits
Subject: 03/06: gnu: coq-mathcomp: Update to 1.13.0.
Date: Sun, 21 Nov 2021 13:27:27 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 698e5c38b44dad82b90c744b387486dec98e413f
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Nov 21 17:12:18 2021 +0100

    gnu: coq-mathcomp: Update to 1.13.0.
    
    * gnu/packages/coq.scm (coq-mathcomp): Update to 1.13.0.
---
 gnu/packages/coq.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index c31a122..e88f2e6 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -303,7 +303,7 @@ assistant.")
 (define-public coq-mathcomp
   (package
     (name "coq-mathcomp")
-    (version "1.12.0")
+    (version "1.13.0")
     (source
      (origin
        (method git-fetch)
@@ -312,7 +312,7 @@ assistant.")
              (commit (string-append "mathcomp-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12cgrmzlcjnp9kv9zxsk34fgf0qfa35jdb23cbf13kmg8dyfi3h5"))))
+        (base32 "0aj8hsdzzds5w0p1858s2b6k9zssjcxa6kgpi0q1nvaml4zfpkcc"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("ocaml" ,ocaml)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]