guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: ocaml-qtest. Update to 2.10.1.


From: guix-commits
Subject: 04/08: gnu: ocaml-qtest. Update to 2.10.1.
Date: Mon, 20 Jan 2020 19:12:40 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 73e01ae45605b5f0d3c37606259fa125a93f9754
Author: Julien Lepiller <address@hidden>
AuthorDate: Mon Jan 20 23:37:24 2020 +0100

    gnu: ocaml-qtest. Update to 2.10.1.
    
    * gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.10.1.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 3beead8..acea1fe 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1176,7 +1176,7 @@ instances and printing them.")
 (define-public ocaml-qtest
   (package
     (name "ocaml-qtest")
-    (version "2.9")
+    (version "2.10.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1185,7 +1185,7 @@ instances and printing them.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ifxc8jndwah82g5k8xaa7jskbv866j4zpd0w41f0pskg4y0z9g1"))))
+                "0gddzan4vzs0vklsxhirdjrvx3rp7hhh2yr20vi13nq8rwkn9w29"))))
     (build-system dune-build-system)
     (arguments
      `(#:jbuild? #t



reply via email to

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