[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: dune-bootstrap: Update to 2.8.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: dune-bootstrap: Update to 2.8.5. |
Date: |
Fri, 18 Jun 2021 08:33:52 -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 299c3c1 gnu: dune-bootstrap: Update to 2.8.5.
299c3c1 is described below
commit 299c3c18603f4f92f187908ad48eeb6e5b3b6630
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Thu Jun 17 21:15:53 2021 +0200
gnu: dune-bootstrap: Update to 2.8.5.
* gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
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 dcfe8ce..7dd9338 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1589,7 +1589,7 @@ full_split, cut, rcut, etc..")
(define dune-bootstrap
(package
(name "dune")
- (version "2.7.1")
+ (version "2.8.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1598,7 +1598,7 @@ full_split, cut, rcut, etc..")
(file-name (git-file-name name version))
(sha256
(base32
- "10qgx83fq8b522y9mpllrp0l5cgmr2bs5s7aix5img21hlbm34in"))))
+ "0a1jj6njzsfjgklsirs6a79079wg4jhy6n888vg3dgp44awwq5jn"))))
(build-system ocaml-build-system)
(arguments
`(#:tests? #f; require odoc
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: dune-bootstrap: Update to 2.8.5.,
guix-commits <=