guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: dune-bootstrap: Update to 3.5.0.


From: guix-commits
Subject: 01/08: gnu: dune-bootstrap: Update to 3.5.0.
Date: Thu, 3 Nov 2022 08:58:28 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit ba179aa7974ba5d028a437fce18d39c864714f91
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Nov 3 13:05:57 2022 +0100

    gnu: dune-bootstrap: Update to 3.5.0.
    
    * gnu/packages/ocaml.scm (dune-bootstrap): Update to 3.5.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 5cda73e004..2b083f0377 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.4.1")
+    (version "3.5.0")
     (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
-                "02zn79l7y7rvy7b6bimlf5qymrvzc43w8q7l4jx3k8wzn2g5326z"))))
+                "10fpybiqqkmm7y9xmhy4qs451dydmffcjg13k7w8g2p9dd09jb6l"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; require odoc



reply via email to

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