guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: Update coq-interval to 3.3.0.


From: julien lepiller
Subject: 07/07: gnu: Update coq-interval to 3.3.0.
Date: Sun, 22 Oct 2017 04:23:34 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 6efc99967800183daa74ba2ebff6185dfcf1b33d
Author: Julien Lepiller <address@hidden>
Date:   Sat Oct 21 18:11:05 2017 +0200

    gnu: Update coq-interval to 3.3.0.
    
    * gnu/packages/ocaml.scm (coq-interval): Update to 3.3.0.
    [inputs]: Add coq-bignums.
---
 gnu/packages/ocaml.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index addcdba..b13168c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3781,14 +3781,14 @@ provides BigN, BigZ, BigQ that used to be part of Coq 
standard library.")
 (define-public coq-interval
   (package
     (name "coq-interval")
-    (version "3.2.0")
+    (version "3.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gforge.inria.fr/frs/download.php/";
                                   "file/36538/interval-" version ".tar.gz"))
               (sha256
                (base32
-                "16ir7mizl18kwa1ls8fwjih6r87894bvc1r6lh85cd43la7nriq3"))))
+                "08fdcf3hbwqphglvwprvqzgkg0qbimpyhnqsgv3gac4y1ap0f903"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("ocaml" ,ocaml)
@@ -3796,6 +3796,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq 
standard library.")
        ("coq" ,coq)))
     (propagated-inputs
      `(("flocq" ,coq-flocq)
+       ("bignums" ,coq-bignums)
        ("coquelicot" ,coq-coquelicot)
        ("mathcomp" ,coq-mathcomp)))
     (arguments



reply via email to

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