summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-05-01 11:28:10 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-01 13:14:59 +0200
commitbe83b59d31bf6ae98bdbb38774702734fec02702 (patch)
tree822aaa25a357a05a8499ae5b0a8d2c7f241a2175
parenta342c32cd52301942d8fb101ffbac485ab989e3a (diff)
downloadguix-patches-be83b59d31bf6ae98bdbb38774702734fec02702.tar
guix-patches-be83b59d31bf6ae98bdbb38774702734fec02702.tar.gz
gnu: ocaml-spawn: Update to 0.15.1.
* gnu/packages/ocaml.scm (ocaml-spawn): Update to 0.15.1.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 69a50fbb78..40d0bc3f7f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6936,7 +6936,7 @@ Configurator allows one to:
(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 @@ Configurator allows one to:
(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))