guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: coq-mathcomp: Update to 1.8.0.


From: guix-commits
Subject: 03/04: gnu: coq-mathcomp: Update to 1.8.0.
Date: Sat, 4 May 2019 13:42:02 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit f5b0d90490a19ff0f62c84529b6b3546e6de5a18
Author: Julien Lepiller <address@hidden>
Date:   Sat May 4 19:27:30 2019 +0200

    gnu: coq-mathcomp: Update to 1.8.0.
    
    * gnu/packages/coq.scm (coq-mathcomp): Update to 1.8.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 dc40ea3..2709fb9 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -284,7 +284,7 @@ assistant.")
 (define-public coq-mathcomp
   (package
     (name "coq-mathcomp")
-    (version "1.7.0")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -293,7 +293,7 @@ assistant.")
              (commit (string-append "mathcomp-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1cdzi67jj440xkdpxm10aly80zpn56vjzj2ygb67iq3xpljlv95h"))))
+        (base32 "1sdrw3b6lc8crz02lp90a863rvyzhc9vcfsrdvc9m311yiaad4xv"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("ocaml" ,ocaml)



reply via email to

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