gnu: ocaml-alcotest: Update to 1.7.0.

* gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.7.0.

Change-Id: I87bb7eec4a8b36c499448685df3e11c2edaba31b
This commit is contained in:
Julien Lepiller 2024-01-10 08:43:13 +01:00
parent b70249fa1e
commit 3c6b057791
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -2468,7 +2468,7 @@ immutability.")
(define-public ocaml-alcotest (define-public ocaml-alcotest
(package (package
(name "ocaml-alcotest") (name "ocaml-alcotest")
(version "1.6.0") (version "1.7.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2477,7 +2477,7 @@ immutability.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"195612n7p8y5ba6n19glql7qffl8n3aqkl9nrlln5lb9739gpv4w")))) "0v01vciihd12r30pc4dai70s15p38gy990b4842sn16pvl0ab1az"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:package "alcotest" `(#:package "alcotest"