mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8ee445f39a
commit
3c8f3ba7bc
1 changed files with 2 additions and 2 deletions
|
@ -1909,7 +1909,7 @@ full_split, cut, rcut, etc..")
|
|||
(define-public dune-bootstrap
|
||||
(package
|
||||
(name "dune")
|
||||
(version "3.11.0")
|
||||
(version "3.19.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1918,7 +1918,7 @@ full_split, cut, rcut, etc..")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"12k8k2964s1z05mj71f9imwyvk0jyh5h6mpw4hpyr2d73iw53ink"))))
|
||||
"01ys792jnld5yihhyirwkk4jlqm59bk0vrqjvvk5xjn8pp26vryq"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f; require odoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue