gnu: dune: Update to 1.6.3.

* gnu/packages/ocaml.scm (dune): Update to 1.6.3.
* guix/build/dune-build-system.scm (build): Use --libdir.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Gabriel Hondet 2019-02-01 09:38:22 +01:00 committed by Julien Lepiller
parent 8c35a6dd20
commit 625a3daa12
No known key found for this signature in database
GPG key ID: 43111F4520086A0C
2 changed files with 5 additions and 3 deletions

View file

@ -1391,14 +1391,14 @@ coverage information.")
(define-public dune
(package
(name "dune")
(version "1.2.1")
(version "1.6.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/ocaml/dune/releases/"
"download/" version "/dune-" version ".tbz"))
(sha256
(base32
"00c5dbm4hkdapc2i7pg07b2lj8sv6ly38qr7zid58cdmbmzq21z9"))))
"0dmf0wbfmgdy5plz1bjiisc2hjgblvxsnrqjmw2c8y45v1h23mdz"))))
(build-system ocaml-build-system)
(arguments
`(#:tests? #f; require odoc