[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/13: gnu: dune: Update to 1.11.3.
From: |
guix-commits |
Subject: |
05/13: gnu: dune: Update to 1.11.3. |
Date: |
Tue, 3 Sep 2019 17:35:12 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 283ed30e1a060df65c386a2ae928a1fe5dffd66f
Author: Julien Lepiller <address@hidden>
Date: Tue Sep 3 21:24:05 2019 +0200
gnu: dune: Update to 1.11.3.
* gnu/packages/ocaml.scm (dune): Update to 1.11.3.
[source]: Use git-fetch.
---
gnu/packages/ocaml.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6176a3b..f6391ad 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1317,14 +1317,16 @@ coverage information.")
(define-public dune
(package
(name "dune")
- (version "1.9.3")
+ (version "1.11.3")
(source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/ocaml/dune/releases/"
- "download/" version "/dune-" version ".tbz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ocaml/dune")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1jlhnx580v6i1d451z5cl8ibfd0m9qln963y2pp5v6s2winyqyri"))))
+ "0l4x0x2fz135pljv88zj8y6w1ninsqw0gn1mdxzprd6wbxbyn8wr"))))
(build-system ocaml-build-system)
(arguments
`(#:tests? #f; require odoc
- 04/13: gnu: ocaml-qcheck: Update to 0.10., (continued)
- 04/13: gnu: ocaml-qcheck: Update to 0.10., guix-commits, 2019/09/03
- 02/13: gnu: ocaml-cppo: Update to 1.6.6., guix-commits, 2019/09/03
- 07/13: gnu: ocaml-result: Update to 1.4., guix-commits, 2019/09/03
- 08/13: gnu: ocaml-zarith: Update to 1.9.1., guix-commits, 2019/09/03
- 10/13: gnu: Add ocaml-charinfo-width., guix-commits, 2019/09/03
- 11/13: gnu: Add ocaml-stdlib-shims., guix-commits, 2019/09/03
- 01/13: gnu: ocaml-batteries: Update to 2.10.0., guix-commits, 2019/09/03
- 03/13: gnu: ocaml-migrate-parsetree: Update to 1.4.0., guix-commits, 2019/09/03
- 09/13: gnu: ocaml-camomile: Update to 1.0.2., guix-commits, 2019/09/03
- 06/13: gnu: ocaml-odoc: Update to 1.4.1., guix-commits, 2019/09/03
- 05/13: gnu: dune: Update to 1.11.3.,
guix-commits <=
- 12/13: gnu: ocaml-utop: Update to 2.4.1., guix-commits, 2019/09/03
- 13/13: gnu: ocaml-fileutils: Update to 0.6.0., guix-commits, 2019/09/03