me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-ounit2: Update to 2.2.5.

* gnu/packages/ocaml.scm (ocaml-ounit2): Update to 2.2.5.
master
Julien Lepiller 2022-02-03 16:30:18 +01:00
parent 643c2fb44b
commit 89d4cf2a87
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -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.4") (version "2.2.5")
(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
"0gxjw1bhmjcjzri6x6psqrkbbyq678b69bqfl9i1zswp7cj2lryg")))) "1frdfnal6zl46dq5vlxz1ks28bf9x57zgik2cc65izji0ymr7pis"))))
(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))