mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: dune-bootstrap: Update to 2.8.5.
* gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
2ef71b66f3
commit
299c3c1860
1 changed files with 2 additions and 2 deletions
|
@ -1589,7 +1589,7 @@ (define-public ocaml-stringext
|
|||
(define dune-bootstrap
|
||||
(package
|
||||
(name "dune")
|
||||
(version "2.7.1")
|
||||
(version "2.8.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1598,7 +1598,7 @@ (define dune-bootstrap
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10qgx83fq8b522y9mpllrp0l5cgmr2bs5s7aix5img21hlbm34in"))))
|
||||
"0a1jj6njzsfjgklsirs6a79079wg4jhy6n888vg3dgp44awwq5jn"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f; require odoc
|
||||
|
|
Loading…
Reference in a new issue