guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dune: Update to 3.2.0.


From: guix-commits
Subject: branch master updated: gnu: dune: Update to 3.2.0.
Date: Thu, 02 Jun 2022 01:33:13 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b96003cd69 gnu: dune: Update to 3.2.0.
b96003cd69 is described below

commit b96003cd69909f77cd4cb643b6951baa2e71d5f1
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Jun 2 07:05:36 2022 +0200

    gnu: dune: Update to 3.2.0.
    
    * gnu/packages/ocaml.scm (dune): Update to 3.2.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 5591e08d78..79610e84bf 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1704,7 +1704,7 @@ full_split, cut, rcut, etc..")
 (define dune-bootstrap
   (package
     (name "dune")
-    (version "3.1.1")
+    (version "3.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1713,7 +1713,7 @@ full_split, cut, rcut, etc..")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ljv4gnalxq77byic23c8hrjmsqvn87gqj0ijm7rdx4xr1pff1jg"))))
+                "0fa8fkj2piis8b56phl6p77pl1na81krdnmmvyw16hq45zbmm9rk"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; require odoc



reply via email to

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