[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))
- branch master updated (6693ff0569 -> 96242758e0), guix-commits, 2022/03/01
- 05/08: gnu: ocaml-menhir: Update to 20220210., guix-commits, 2022/03/01
- 04/08: gnu: ocaml-mtime: Update to 1.4.0., guix-commits, 2022/03/01
- 07/08: gnu: ocaml-lambda-term: Update to 3.2.0., guix-commits, 2022/03/01
- 06/08: gnu: ocamlbuild: Update to 0.14.1., guix-commits, 2022/03/01
- 08/08: gnu: ocaml-mmap: Update to 1.2.0., guix-commits, 2022/03/01
- 01/08: gnu: ocaml-bisect-ppx: Update to 2.8.0., guix-commits, 2022/03/01
- 02/08: gnu: ocaml-bindlib: Update to 6.0.0., guix-commits, 2022/03/01
- 03/08: gnu: ocaml-ounit2: Update to 2.2.6.,
guix-commits <=