1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 21:41:15 +02:00

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

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))