mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ocaml-spawn: Update to 0.15.1.
* gnu/packages/ocaml.scm (ocaml-spawn): Update to 0.15.1.
This commit is contained in:
parent
a342c32cd5
commit
be83b59d31
1 changed files with 2 additions and 2 deletions
|
@ -6936,7 +6936,7 @@ (define-public ocaml4.07-configurator
|
|||
(define-public ocaml-spawn
|
||||
(package
|
||||
(name "ocaml-spawn")
|
||||
(version "0.15.0")
|
||||
(version "0.15.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -6945,7 +6945,7 @@ (define-public ocaml-spawn
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fjr91psas5zmk1hxvxh0dchhn0pkyzlr4gg232f5g9vdgissi0p"))))
|
||||
"16aq5z3mq5lkpryfs4w0748b2w9v061myml0hn7nhh6r6i329w7a"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs (list ocaml-odoc))
|
||||
(native-inputs (list ocaml-ppx-expect))
|
||||
|
|
Loading…
Reference in a new issue