me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-spawn: Update to 0.13.0.

* gnu/packages/ocaml.scm (ocaml-spawn): Update to 0.13.0.
master
Julien Lepiller 2019-04-27 17:55:50 +02:00
parent 554b30d2ac
commit f9caa17b63
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 3 additions and 2 deletions

View File

@ -4818,15 +4818,16 @@ Configurator allows one to:
(define-public ocaml-spawn (define-public ocaml-spawn
(package (package
(name "ocaml-spawn") (name "ocaml-spawn")
(version "0.12.0") (version "0.13.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/janestreet/spawn.git") (url "https://github.com/janestreet/spawn.git")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0amgj7g9sjlbjivn1mg7yjdmxd21hgp4a0ak2zrm95dmm4gi846i")))) "1w003k1kw1lmyiqlk58gkxx8rac7dchiqlz6ah7aj7bh49b36ppf"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:phases `(#:phases