mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ocaml-alcotest: Update to 1.6.0.
* gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.6.0.
This commit is contained in:
parent
d75210a871
commit
7b95125bad
1 changed files with 2 additions and 3 deletions
|
@ -2428,7 +2428,7 @@ (define-public ocaml-astring
|
|||
(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 @@ (define-public ocaml-alcotest
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lgadc7p56677fi5gwl7r9bml4z87rzh50khhqaij7bwp37zrmpi"))))
|
||||
"195612n7p8y5ba6n19glql7qffl8n3aqkl9nrlln5lb9739gpv4w"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:package "alcotest"
|
||||
|
@ -2449,7 +2449,6 @@ (define-public ocaml-alcotest
|
|||
;; cmdliner changed the format and the tests fail
|
||||
(substitute* "test/e2e/alcotest/failing/unknown_option.expected"
|
||||
(("`") "'")
|
||||
(("COMMAND") "[COMMAND]")
|
||||
(("\\.\\.\\.") "…")))))))
|
||||
(native-inputs
|
||||
(list ocamlbuild))
|
||||
|
|
Loading…
Reference in a new issue