summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2020-01-20 23:56:53 +0100
committerJulien Lepiller <julien@lepiller.eu>2020-01-21 01:11:35 +0100
commit2e038f36f80246ef623e22921baf3731f113a124 (patch)
treed1ccae79513e960078ec4b71f7557482883ce50f
parent73e01ae45605b5f0d3c37606259fa125a93f9754 (diff)
downloadpatches-2e038f36f80246ef623e22921baf3731f113a124.tar
patches-2e038f36f80246ef623e22921baf3731f113a124.tar.gz
gnu: ocaml-bisect-ppx: Update to 1.4.2.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 1.4.2.
-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 acea1fe396..37214bba94 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5128,7 +5128,7 @@ combinators.")
(define-public ocaml-bisect-ppx
(package
(name "ocaml-bisect-ppx")
- (version "1.4.1")
+ (version "1.4.2")
(source
(origin
(method git-fetch)
@@ -5138,7 +5138,7 @@ combinators.")
(file-name (git-file-name name version))
(sha256
(base32
- "1vp3qvrkz7q25nbmvd40vhsnz2k9aqh17bnd21i3q8q0xlr5hdag"))))
+ "0900vli5kw7s5kdam0n4cqsfsfqb7mdb3azn3i55595gilg1vyn8"))))
(build-system dune-build-system)
(propagated-inputs
`(("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)