gnu: ocaml-alcotest: Update to 1.5.0.
* gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.5.0.
This commit is contained in:
parent
08326f3d62
commit
2f1f2ac1e9
@ -2244,7 +2244,7 @@ immutability.")
|
|||||||
(define-public ocaml-alcotest
|
(define-public ocaml-alcotest
|
||||||
(package
|
(package
|
||||||
(name "ocaml-alcotest")
|
(name "ocaml-alcotest")
|
||||||
(version "1.4.0")
|
(version "1.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -2253,7 +2253,7 @@ immutability.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fs4yzjva8q703h9kjl5cs0wibvxaqv5hhfhmpbpm1k8cqwr9cri"))))
|
"1lgadc7p56677fi5gwl7r9bml4z87rzh50khhqaij7bwp37zrmpi"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:package "alcotest"
|
`(#:package "alcotest"
|
||||||
|
Loading…
Reference in New Issue
Block a user