gnu: ocaml-bisect-ppx: Update to 2.7.1.

* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.7.1.
This commit is contained in:
Julien Lepiller 2022-02-03 14:25:53 +01:00
parent 66c5d6e8d5
commit 643c2fb44b
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6703,7 +6703,7 @@ (define-public ocaml4.07-tyxml
(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 @@ (define-public ocaml-bisect-ppx
(file-name (git-file-name name version))
(sha256
(base32
"1knglw1b2kjr9jnd8cpfzmm581abxxdcx9l3cd2balg6gnac7qk1"))))
"02sn1a9anyksd2lpd9xryrxsx76xg99c7mx1mq6b5q09r9b060d4"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-ppxlib ocaml-cmdliner))