guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: ocaml-dune: Update to 2.9.0.


From: guix-commits
Subject: 04/06: gnu: ocaml-dune: Update to 2.9.0.
Date: Fri, 20 Aug 2021 17:54:41 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 777ce1485749cc3dbe178fcc1e0654a7e74900c5
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Aug 8 22:53:27 2021 +0200

    gnu: ocaml-dune: Update to 2.9.0.
    
    * gnu/packages/ocaml.scm (dune): Update to 2.9.0.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index bee0a06..bdd52d2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1627,7 +1627,7 @@ full_split, cut, rcut, etc..")
 (define dune-bootstrap
   (package
     (name "dune")
-    (version "2.8.5")
+    (version "2.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1636,7 +1636,7 @@ full_split, cut, rcut, etc..")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0a1jj6njzsfjgklsirs6a79079wg4jhy6n888vg3dgp44awwq5jn"))))
+                "01np4jy0f3czkpzkl38k9b4lsh41qk52ldaqxl98mgigyzhx4w0b"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; require odoc



reply via email to

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