guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: ocaml-ounit2: Update to 2.2.6.


From: guix-commits
Subject: 03/08: gnu: ocaml-ounit2: Update to 2.2.6.
Date: Tue, 1 Mar 2022 18:12:28 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit daa37bdec50e62aecebee119f282ec068dd5a39e
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Mar 1 23:11:54 2022 +0100

    gnu: ocaml-ounit2: Update to 2.2.6.
    
    * gnu/packages/ocaml.scm (ocaml-ounit2): Update to 2.2.6.
---
 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 bbcb6d887d..4c69452e0f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1338,7 +1338,7 @@ compilers that can directly deal with packages.")
 (define-public ocaml-ounit2
   (package
     (name "ocaml-ounit2")
-    (version "2.2.5")
+    (version "2.2.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1347,7 +1347,7 @@ compilers that can directly deal with packages.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1frdfnal6zl46dq5vlxz1ks28bf9x57zgik2cc65izji0ymr7pis"))))
+                "04c841hpk2yij370w30w3pis8nibnr28v74mpq2qz7z5gb8l07p1"))))
     (build-system dune-build-system)
     (propagated-inputs
      (list ocaml-lwt ocaml-stdlib-shims))



reply via email to

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