roptat pushed a commit to branch master
in repository guix.
commit daa37bdec50e62aecebee119f282ec068dd5a39e
Author: Julien Lepiller <[email protected]>
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))