gnu: dune: Update to 1.9.3.

* gnu/packages/ocaml.scm (dune): Update to 1.9.3.
This commit is contained in:
Julien Lepiller 2019-05-14 19:35:11 +02:00
parent 1a92f1ff1c
commit 3cf62cd6cb
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -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