gnu: dune: Update to 3.1.1.
* gnu/packages/ocaml.scm (dune): Update to 3.1.1.
This commit is contained in:
parent
20c090e572
commit
25a027b949
1 changed files with 2 additions and 2 deletions
|
@ -1704,7 +1704,7 @@ full_split, cut, rcut, etc..")
|
||||||
(define dune-bootstrap
|
(define dune-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "dune")
|
(name "dune")
|
||||||
(version "3.0.3")
|
(version "3.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1713,7 +1713,7 @@ full_split, cut, rcut, etc..")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ndn560fg0fg8n3wplmkg5px69h0g38pyma9wik85cmmqfxry14k"))))
|
"0ljv4gnalxq77byic23c8hrjmsqvn87gqj0ijm7rdx4xr1pff1jg"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f; require odoc
|
`(#:tests? #f; require odoc
|
||||||
|
|
Reference in a new issue