me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.7.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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