guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: Update coq-coquelicot to 3.0.1.


From: julien lepiller
Subject: 05/07: gnu: Update coq-coquelicot to 3.0.1.
Date: Sun, 22 Oct 2017 04:23:33 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 3ffd180cc5284f8ee3c61073593347fbb042fe58
Author: Julien Lepiller <address@hidden>
Date:   Sat Oct 21 16:52:29 2017 +0200

    gnu: Update coq-coquelicot to 3.0.1.
    
    * gnu/packages/ocaml.scm (coq-coquelicot): Update to 3.0.1.
---
 gnu/packages/ocaml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index beb73a2..6cf9268 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3699,14 +3699,14 @@ part of the distribution.")
 (define-public coq-coquelicot
   (package
     (name "coq-coquelicot")
-    (version "3.0.0")
+    (version "3.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gforge.inria.fr/frs/download.php/";
-                                  "file/36537/coquelicot-" version ".tar.gz"))
+                                  "file/37045/coquelicot-" version ".tar.gz"))
               (sha256
                (base32
-                "0fx99bvsbdizj00gx2im8939y4wwl05f4qhw184j90kcx5vjxxv9"))))
+                "0hsyhsy2lwqxxx2r8xgi5csmirss42lp9bkb9yy35mnya0w78c8r"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("ocaml" ,ocaml)



reply via email to

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