guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: dune: Update to 2.9.1.


From: guix-commits
Subject: 01/03: gnu: dune: Update to 2.9.1.
Date: Thu, 18 Nov 2021 21:30:26 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit fff318599508d296c9fdbbb7dfb4d620229b2bb9
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Nov 19 02:52:48 2021 +0100

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



reply via email to

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