diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-03-01 23:11:54 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-03-02 00:11:50 +0100 |
commit | daa37bdec50e62aecebee119f282ec068dd5a39e (patch) | |
tree | a74f2c27115c95a5552a025b57e539d5a6182945 | |
parent | 4709a7bb86bd58499e15fbc511c82ae9a32a4037 (diff) | |
download | guix-daa37bdec50e62aecebee119f282ec068dd5a39e.tar.gz guix-daa37bdec50e62aecebee119f282ec068dd5a39e.zip |
gnu: ocaml-ounit2: Update to 2.2.6.
* gnu/packages/ocaml.scm (ocaml-ounit2): Update to 2.2.6.
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files 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)) |