gnu: ocaml-spawn: Update to 0.15.1.

* gnu/packages/ocaml.scm (ocaml-spawn): Update to 0.15.1.
This commit is contained in:
Julien Lepiller 2022-05-01 11:28:10 +02:00
parent a342c32cd5
commit be83b59d31
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -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))