mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
b70249fa1e
commit
3c6b057791
1 changed files with 2 additions and 2 deletions
|
@ -2468,7 +2468,7 @@ (define-public ocaml-astring
|
|||
(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 @@ (define-public ocaml-alcotest
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"195612n7p8y5ba6n19glql7qffl8n3aqkl9nrlln5lb9739gpv4w"))))
|
||||
"0v01vciihd12r30pc4dai70s15p38gy990b4842sn16pvl0ab1az"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:package "alcotest"
|
||||
|
|
Loading…
Reference in a new issue