guix-commits
[Top][All Lists]
Advanced

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

25/54: gnu: dune: Update to 3.1.1.


From: guix-commits
Subject: 25/54: gnu: dune: Update to 3.1.1.
Date: Sun, 1 May 2022 07:16:05 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 25a027b94986091e93d242dd07ef3485a320de61
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 22:26:20 2022 +0200

    gnu: dune: Update to 3.1.1.
    
    * gnu/packages/ocaml.scm (dune): Update to 3.1.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 ed090817a7..18ead5e1e5 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.0.3")
+    (version "3.1.1")
     (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
-                "1ndn560fg0fg8n3wplmkg5px69h0g38pyma9wik85cmmqfxry14k"))))
+                "0ljv4gnalxq77byic23c8hrjmsqvn87gqj0ijm7rdx4xr1pff1jg"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; require odoc



reply via email to

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