gnu: ocaml-alcotest: Update to 1.5.0.

* gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.5.0.
This commit is contained in:
Julien Lepiller 2021-11-19 00:29:13 +01:00
parent 08326f3d62
commit 2f1f2ac1e9
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -2244,7 +2244,7 @@ (define-public ocaml-astring
(define-public ocaml-alcotest
(package
(name "ocaml-alcotest")
(version "1.4.0")
(version "1.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2253,7 +2253,7 @@ (define-public ocaml-alcotest
(file-name (git-file-name name version))
(sha256
(base32
"0fs4yzjva8q703h9kjl5cs0wibvxaqv5hhfhmpbpm1k8cqwr9cri"))))
"1lgadc7p56677fi5gwl7r9bml4z87rzh50khhqaij7bwp37zrmpi"))))
(build-system dune-build-system)
(arguments
`(#:package "alcotest"