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

* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.8.1.
This commit is contained in:
Julien Lepiller 2022-04-30 21:09:09 +02:00
parent fe940507b1
commit 217180c1f3
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -7194,7 +7194,7 @@ (define-public ocaml4.07-tyxml
(define-public ocaml-bisect-ppx
(package
(name "ocaml-bisect-ppx")
(version "2.8.0")
(version "2.8.1")
(source
(origin
(method git-fetch)
@ -7204,7 +7204,7 @@ (define-public ocaml-bisect-ppx
(file-name (git-file-name name version))
(sha256
(base32
"0k9wbxf89d35444rg19l7vzpzs1zxq5pncawfcncdsskp1yms6b9"))))
"0562rwwnhqlf5alxl1wd1n0xs0k4aamxafrh8bbmh5yl3i5rxrx4"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-ppxlib ocaml-cmdliner))