gnu: ocaml-ounit2: Update to 2.2.6.
* gnu/packages/ocaml.scm (ocaml-ounit2): Update to 2.2.6.
parent
4709a7bb86
commit
daa37bdec5
|
@ -1338,7 +1338,7 @@ compilers that can directly deal with packages.")
|
||||||
(define-public ocaml-ounit2
|
(define-public ocaml-ounit2
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ounit2")
|
(name "ocaml-ounit2")
|
||||||
(version "2.2.5")
|
(version "2.2.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1347,7 +1347,7 @@ compilers that can directly deal with packages.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1frdfnal6zl46dq5vlxz1ks28bf9x57zgik2cc65izji0ymr7pis"))))
|
"04c841hpk2yij370w30w3pis8nibnr28v74mpq2qz7z5gb8l07p1"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-lwt ocaml-stdlib-shims))
|
(list ocaml-lwt ocaml-stdlib-shims))
|
||||||
|
|
Reference in New Issue