mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: dune: Update to 2.9.3.
* gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.9.3.
This commit is contained in:
parent
5fe10d1b97
commit
90547d6d50
1 changed files with 2 additions and 2 deletions
|
@ -1656,7 +1656,7 @@ (define-public ocaml-stringext
|
|||
(define dune-bootstrap
|
||||
(package
|
||||
(name "dune")
|
||||
(version "2.9.1")
|
||||
(version "2.9.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1665,7 +1665,7 @@ (define dune-bootstrap
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lnah40pm9ndixz5hbsh67chvdspqpy26g6byb767vqgj7dbivfh"))))
|
||||
"1b4rsqn6gf3cv46jgvrsq0xh9zfsaif810zpbvm0mv2bhphqfjk7"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f; require odoc
|
||||
|
|
Loading…
Reference in a new issue