summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-03 14:25:53 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-03 19:36:13 +0100
commit643c2fb44b3c60017a4feaf6d3cfffb6efb1e789 (patch)
tree84296317f1f948207b4e3d4109f0c0ae7d99aeba
parent66c5d6e8d51a081e49a409d8be8ef0002f4b047c (diff)
downloadguix-patches-643c2fb44b3c60017a4feaf6d3cfffb6efb1e789.tar
guix-patches-643c2fb44b3c60017a4feaf6d3cfffb6efb1e789.tar.gz
gnu: ocaml-bisect-ppx: Update to 2.7.1.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.7.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 da8b2bc978..5f25f4341a 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6703,7 +6703,7 @@ combinators.")
(define-public ocaml-bisect-ppx
(package
(name "ocaml-bisect-ppx")
- (version "2.6.1")
+ (version "2.7.1")
(source
(origin
(method git-fetch)
@@ -6713,7 +6713,7 @@ combinators.")
(file-name (git-file-name name version))
(sha256
(base32
- "1knglw1b2kjr9jnd8cpfzmm581abxxdcx9l3cd2balg6gnac7qk1"))))
+ "02sn1a9anyksd2lpd9xryrxsx76xg99c7mx1mq6b5q09r9b060d4"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-ppxlib ocaml-cmdliner))