guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: ocaml-qtest: Update to 2.11.2.


From: guix-commits
Subject: 10/15: gnu: ocaml-qtest: Update to 2.11.2.
Date: Sat, 20 Nov 2021 11:09:36 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 40f7eb975b2956a46e467133c6bac4a12e98cfac
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Nov 20 15:46:40 2021 +0100

    gnu: ocaml-qtest: Update to 2.11.2.
    
    * gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.11.2.
---
 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 ecd64cc..52676b7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1606,7 +1606,7 @@ instances and printing them.")
 (define-public ocaml-qtest
   (package
     (name "ocaml-qtest")
-    (version "2.10.1")
+    (version "2.11.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1615,7 +1615,7 @@ instances and printing them.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gddzan4vzs0vklsxhirdjrvx3rp7hhh2yr20vi13nq8rwkn9w29"))))
+                "04ghjshh6104xyglm0db9kv90m62qla5f4bfrlndv6dsvgw3rdjl"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "tests"))



reply via email to

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