GNU bug report logs -
#69847
[PATCH 0/9] Update a few OCaml-related packages
Previous Next
Reported by: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>
Date: Sun, 17 Mar 2024 13:59:02 UTC
Severity: normal
Tags: patch
Done: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 69847 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ocaml.scm (dune): Update to 3.14.2.
Change-Id: Ia91856a5cc660207f6b0bedf20495086f08adf5d
---
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 640d36b971..861c0e6caa 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1919,7 +1919,7 @@ (define-public ocaml-stringext
(define-public dune-bootstrap
(package
(name "dune")
- (version "3.11.0")
+ (version "3.14.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1928,7 +1928,7 @@ (define-public dune-bootstrap
(file-name (git-file-name name version))
(sha256
(base32
- "12k8k2964s1z05mj71f9imwyvk0jyh5h6mpw4hpyr2d73iw53ink"))))
+ "17h91vvqdmwkl7l4b7z6mzxsq9g2czzi9h3d68csz3h0jhwwn130"))))
(build-system ocaml-build-system)
(arguments
`(#:tests? #f; require odoc
--
2.41.0
This bug report was last modified 186 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.