Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.8.0.
This commit is contained in:
Julien Lepiller 2022-03-01 22:37:26 +01:00
parent 6693ff0569
commit f0dbbe88ce
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6708,7 +6708,7 @@ combinators.")
(define-public ocaml-bisect-ppx
(package
(name "ocaml-bisect-ppx")
(version "2.7.1")
(version "2.8.0")
(source
(origin
(method git-fetch)
@ -6718,7 +6718,7 @@ combinators.")
(file-name (git-file-name name version))
(sha256
(base32
"02sn1a9anyksd2lpd9xryrxsx76xg99c7mx1mq6b5q09r9b060d4"))))
"0k9wbxf89d35444rg19l7vzpzs1zxq5pncawfcncdsskp1yms6b9"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-ppxlib ocaml-cmdliner))