guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]