guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: dune-bootstrap: Update to 3.6.1.


From: guix-commits
Subject: 02/05: gnu: dune-bootstrap: Update to 3.6.1.
Date: Sun, 27 Nov 2022 12:12:57 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 70e4c4e93f3ecac23b26002834b226559b7971fd
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Nov 27 17:04:20 2022 +0100

    gnu: dune-bootstrap: Update to 3.6.1.
    
    * gnu/packages/ocaml.scm (dune-bootstrap): Update to 3.6.1.
---
 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 96659632bf..f029b5c585 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1718,7 +1718,7 @@ full_split, cut, rcut, etc..")
 (define dune-bootstrap
   (package
     (name "dune")
-    (version "3.5.0")
+    (version "3.6.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1727,7 +1727,7 @@ full_split, cut, rcut, etc..")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10fpybiqqkmm7y9xmhy4qs451dydmffcjg13k7w8g2p9dd09jb6l"))))
+                "0gv851wxbv5ln20429nj7p92spzxgw8vngg9z94q39aawn6q8lx6"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; require odoc



reply via email to

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