guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: dune: Update to 2.9.3.


From: guix-commits
Subject: 01/09: gnu: dune: Update to 2.9.3.
Date: Thu, 3 Feb 2022 13:36:40 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 90547d6d505c0a998d5fe2f446f3cbaa2c1b1579
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Feb 3 14:09:11 2022 +0100

    gnu: dune: Update to 2.9.3.
    
    * gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.9.3.
---
 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 fa6cdcb0d5..d1294518ad 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1656,7 +1656,7 @@ full_split, cut, rcut, etc..")
 (define dune-bootstrap
   (package
     (name "dune")
-    (version "2.9.1")
+    (version "2.9.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1665,7 +1665,7 @@ full_split, cut, rcut, etc..")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lnah40pm9ndixz5hbsh67chvdspqpy26g6byb767vqgj7dbivfh"))))
+                "1b4rsqn6gf3cv46jgvrsq0xh9zfsaif810zpbvm0mv2bhphqfjk7"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; require odoc



reply via email to

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