From 89d4cf2a873de9fd2b2c3afe011b0355fdf3f2c1 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Thu, 3 Feb 2022 16:30:18 +0100 Subject: gnu: ocaml-ounit2: Update to 2.2.5. * gnu/packages/ocaml.scm (ocaml-ounit2): Update to 2.2.5. --- 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 5f25f4341a..f1ecfa70df 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.4") + (version "2.2.5") (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 - "0gxjw1bhmjcjzri6x6psqrkbbyq678b69bqfl9i1zswp7cj2lryg")))) + "1frdfnal6zl46dq5vlxz1ks28bf9x57zgik2cc65izji0ymr7pis")))) (build-system dune-build-system) (propagated-inputs (list ocaml-lwt ocaml-stdlib-shims)) -- cgit v1.2.3