gnu: ocaml-alcotest: Update to 1.4.0.

* gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.4.0.
[source]: Use Git repo instead of GitHub tarball.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Xinglu Chen 2021-09-26 17:24:31 +02:00 committed by Julien Lepiller
parent 0a34ba76ef
commit 6b198cc874
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82

View File

@ -2252,14 +2252,16 @@ immutability.")
(define-public ocaml-alcotest
(package
(name "ocaml-alcotest")
(version "1.0.0")
(version "1.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mirage/alcotest/releases/"
"download/" version "/alcotest-" version ".tbz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/mirage/alcotest")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1a43ilhwnj58pq3bi78ni46l9wh6klmmgfc93i94mvyx48bzzayx"))))
(base32
"0fs4yzjva8q703h9kjl5cs0wibvxaqv5hhfhmpbpm1k8cqwr9cri"))))
(build-system dune-build-system)
(arguments
`(#:package "alcotest"