1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

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
+2 -2
View File
@@ -2244,7 +2244,7 @@ immutability.")
(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 @@ immutability.")
(file-name (git-file-name name version))
(sha256
(base32
"0fs4yzjva8q703h9kjl5cs0wibvxaqv5hhfhmpbpm1k8cqwr9cri"))))
"1lgadc7p56677fi5gwl7r9bml4z87rzh50khhqaij7bwp37zrmpi"))))
(build-system dune-build-system)
(arguments
`(#:package "alcotest"