diff mbox series

[bug#64249,ocaml-team,2/2] gnu: dune-bootstrap: Update to 3.8.2.

Message ID 6e376acaf2b79d5c0c34820275528549da85757d.1687527699.git.pukkamustard@posteo.net
State New
Headers show
Series [bug#64249,ocaml-team,1/2] gnu: ocaml: Update to 4.14.1. | expand

Commit Message

pukkamustard June 23, 2023, 1:46 p.m. UTC
* gnu/packages/ocaml.scm (dune-bootstrap): Update to 3.8.2.
  [description]: Revise and de-emphasize historic origin.
---
 gnu/packages/ocaml.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6ffde41cc0..8d7c0d60a8 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1819,7 +1819,7 @@  (define-public ocaml-stringext
 (define dune-bootstrap
   (package
     (name "dune")
-    (version "3.6.1")
+    (version "3.8.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1828,7 +1828,7 @@  (define dune-bootstrap
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gv851wxbv5ln20429nj7p92spzxgw8vngg9z94q39aawn6q8lx6"))))
+                "02f8wrqhflgvd1gz3y181r9kmlpqmrc8az902ndihyvg58xxi83r"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; require odoc
@@ -1845,9 +1845,10 @@  (define dune-bootstrap
              #t)))))
     (home-page "https://github.com/ocaml/dune")
     (synopsis "OCaml build system")
-    (description "Dune is a build system that was designed to simplify the
-release of Jane Street packages.  It reads metadata from @file{dune} files
-following a very simple s-expression syntax.")
+    (description "Dune is a build system for OCaml.  It provides a consistent
+experience and takes care of the low-level details of OCaml compilation.
+Descriptions of projects, libraries and executables are provided in
+@file{dune} files following a s-expression syntax.")
     (license license:expat)))
 
 (define ocaml4.09-dune-bootstrap