mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: dune: Update to 1.9.3.
* gnu/packages/ocaml.scm (dune): Update to 1.9.3.
This commit is contained in:
parent
1a92f1ff1c
commit
3cf62cd6cb
1 changed files with 2 additions and 2 deletions
|
@ -1316,14 +1316,14 @@ (define-public ocaml-bisect
|
||||||
(define-public dune
|
(define-public dune
|
||||||
(package
|
(package
|
||||||
(name "dune")
|
(name "dune")
|
||||||
(version "1.9.1")
|
(version "1.9.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/ocaml/dune/releases/"
|
(uri (string-append "https://github.com/ocaml/dune/releases/"
|
||||||
"download/" version "/dune-" version ".tbz"))
|
"download/" version "/dune-" version ".tbz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z4jnj0a5vxjqlwksplhag9b3s3iqdcpcpjjzfazv5jdl5cf58f9"))))
|
"1jlhnx580v6i1d451z5cl8ibfd0m9qln963y2pp5v6s2winyqyri"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f; require odoc
|
`(#:tests? #f; require odoc
|
||||||
|
|
Loading…
Reference in a new issue