diff options
author | Julien Lepiller <julien@lepiller.eu> | 2024-01-10 08:43:13 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2024-02-08 23:16:07 +0100 |
commit | 3c6b057791e8f5621d046fc7d8880e29c63ced42 (patch) | |
tree | c0f56ea54a5658e5b03681903015d2715620658d /gnu | |
parent | b70249fa1eb5a4c17602f62772e2ca5263cd82c7 (diff) |
gnu: ocaml-alcotest: Update to 1.7.0.
* gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.7.0.
Change-Id: I87bb7eec4a8b36c499448685df3e11c2edaba31b
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 831c398239..4e450443e0 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2468,7 +2468,7 @@ immutability.") (define-public ocaml-alcotest (package (name "ocaml-alcotest") - (version "1.6.0") + (version "1.7.0") (source (origin (method git-fetch) (uri (git-reference @@ -2477,7 +2477,7 @@ immutability.") (file-name (git-file-name name version)) (sha256 (base32 - "195612n7p8y5ba6n19glql7qffl8n3aqkl9nrlln5lb9739gpv4w")))) + "0v01vciihd12r30pc4dai70s15p38gy990b4842sn16pvl0ab1az")))) (build-system dune-build-system) (arguments `(#:package "alcotest" |