diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-08-13 20:44:39 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-08-13 21:21:32 +0200 |
commit | 7b95125bad3c584af450b4ccdb548eaee4f0639b (patch) | |
tree | 0e695fd2f1a2fbd9f1714650ff94a52e1cb2882b | |
parent | d75210a871b13b3fc5a3c2a5e065baff9b84638d (diff) | |
download | guix-7b95125bad3c584af450b4ccdb548eaee4f0639b.tar.gz |
gnu: ocaml-alcotest: Update to 1.6.0.
* gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.6.0.
-rw-r--r-- | gnu/packages/ocaml.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index a4c76ea5e1..aa3a59d15b 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2428,7 +2428,7 @@ immutability.") (define-public ocaml-alcotest (package (name "ocaml-alcotest") - (version "1.5.0") + (version "1.6.0") (source (origin (method git-fetch) (uri (git-reference @@ -2437,7 +2437,7 @@ immutability.") (file-name (git-file-name name version)) (sha256 (base32 - "1lgadc7p56677fi5gwl7r9bml4z87rzh50khhqaij7bwp37zrmpi")))) + "195612n7p8y5ba6n19glql7qffl8n3aqkl9nrlln5lb9739gpv4w")))) (build-system dune-build-system) (arguments `(#:package "alcotest" @@ -2449,7 +2449,6 @@ immutability.") ;; cmdliner changed the format and the tests fail (substitute* "test/e2e/alcotest/failing/unknown_option.expected" (("`") "'") - (("COMMAND") "[COMMAND]") (("\\.\\.\\.") "…"))))))) (native-inputs (list ocamlbuild)) |