diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-02-03 16:30:18 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-03 19:36:16 +0100 |
commit | 89d4cf2a873de9fd2b2c3afe011b0355fdf3f2c1 (patch) | |
tree | 239e012333762371e15e913b067b1ecfb4e37d46 | |
parent | 643c2fb44b3c60017a4feaf6d3cfffb6efb1e789 (diff) | |
download | guix-89d4cf2a873de9fd2b2c3afe011b0355fdf3f2c1.tar guix-89d4cf2a873de9fd2b2c3afe011b0355fdf3f2c1.tar.gz |
gnu: ocaml-ounit2: Update to 2.2.5.
* gnu/packages/ocaml.scm (ocaml-ounit2): Update to 2.2.5.
-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 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)) |