guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: ocaml-ounit: Update to 2.0.8.


From: Tobias Geerinckx-Rice
Subject: 03/05: gnu: ocaml-ounit: Update to 2.0.8.
Date: Fri, 14 Sep 2018 23:21:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 483be9bda6898ab2eee1d69d58ddea42054bc5fe
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 15 04:45:45 2018 +0200

    gnu: ocaml-ounit: Update to 2.0.8.
    
    * gnu/packages/ocaml.scm (ocaml-ounit): Update to 2.0.8.
---
 gnu/packages/ocaml.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index bcbcbb1..7859696 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -924,21 +924,20 @@ compilers that can directly deal with packages.")
 (define-public ocaml-ounit
   (package
     (name "ocaml-ounit")
-    (version "2.0.0")
+    (version "2.0.8")
     (source (origin
               (method url-fetch)
-              (uri (ocaml-forge-uri "ounit" version 1258))
+              (uri (ocaml-forge-uri "ounit" version 1749))
               (sha256
                (base32
-                "118xsadrx84pif9vaq13hv4yh22w9kmr0ypvhrs0viir1jr0ajjd"))))
+                "03ifp9hjcxg4m5j190iy373jcn4039d3vy10kmd8p4lfciwzwc1f"))))
     (build-system ocaml-build-system)
     (native-inputs
-     `(("libxml2" ,libxml2))) ; for xmllint
+     `(("libxml2" ,libxml2)))           ; for xmllint
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         ;; Tests are done during build.
-         (delete 'check))))
+         (delete 'check))))             ; tests are run during build
     (home-page "http://ounit.forge.ocamlcore.org";)
     (synopsis "Unit testing framework for OCaml")
     (description "Unit testing framework for OCaml.  It is similar to JUnit and



reply via email to

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