mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: ocaml-ounit2: Update to 2.2.6.
* gnu/packages/ocaml.scm (ocaml-ounit2): Update to 2.2.6.
This commit is contained in:
parent
4709a7bb86
commit
daa37bdec5
1 changed files with 2 additions and 2 deletions
|
@ -1338,7 +1338,7 @@ (define-public ocaml4.09-findlib
|
|||
(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 @@ (define-public ocaml-ounit2
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1frdfnal6zl46dq5vlxz1ks28bf9x57zgik2cc65izji0ymr7pis"))))
|
||||
"04c841hpk2yij370w30w3pis8nibnr28v74mpq2qz7z5gb8l07p1"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs
|
||||
(list ocaml-lwt ocaml-stdlib-shims))
|
||||
|
|
Loading…
Reference in a new issue