me
/
guix
Archived
1
0
Fork 0

gnu: dune-bootstrap: Update to 3.5.0.

* gnu/packages/ocaml.scm (dune-bootstrap): Update to 3.5.0.
Julien Lepiller 2022-11-03 13:05:57 +01:00
parent 058262eec4
commit ba179aa797
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -1718,7 +1718,7 @@ full_split, cut, rcut, etc..")
(define dune-bootstrap (define dune-bootstrap
(package (package
(name "dune") (name "dune")
(version "3.4.1") (version "3.5.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1727,7 +1727,7 @@ full_split, cut, rcut, etc..")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"02zn79l7y7rvy7b6bimlf5qymrvzc43w8q7l4jx3k8wzn2g5326z")))) "10fpybiqqkmm7y9xmhy4qs451dydmffcjg13k7w8g2p9dd09jb6l"))))
(build-system ocaml-build-system) (build-system ocaml-build-system)
(arguments (arguments
`(#:tests? #f; require odoc `(#:tests? #f; require odoc