gnu: dune: Update to 3.19.1.

* gnu/packages/ocaml.scm (dune-bootstrap): Update to 3.19.1.

Change-Id: Ic1f7e65828e9052591d37ddd870835476bb322a9
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Josselin Poiret 2025-07-08 13:41:02 +02:00 committed by Julien Lepiller
parent 8ee445f39a
commit 3c8f3ba7bc
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1909,7 +1909,7 @@ full_split, cut, rcut, etc..")
(define-public dune-bootstrap (define-public dune-bootstrap
(package (package
(name "dune") (name "dune")
(version "3.11.0") (version "3.19.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1918,7 +1918,7 @@ full_split, cut, rcut, etc..")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"12k8k2964s1z05mj71f9imwyvk0jyh5h6mpw4hpyr2d73iw53ink")))) "01ys792jnld5yihhyirwkk4jlqm59bk0vrqjvvk5xjn8pp26vryq"))))
(build-system ocaml-build-system) (build-system ocaml-build-system)
(arguments (arguments
`(#:tests? #f; require odoc `(#:tests? #f; require odoc