gnu: ocaml-bisect-ppx: Update to 1.4.2.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 1.4.2.master
parent
73e01ae456
commit
2e038f36f8
|
@ -5128,7 +5128,7 @@ combinators.")
|
||||||
(define-public ocaml-bisect-ppx
|
(define-public ocaml-bisect-ppx
|
||||||
(package
|
(package
|
||||||
(name "ocaml-bisect-ppx")
|
(name "ocaml-bisect-ppx")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5138,7 +5138,7 @@ combinators.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vp3qvrkz7q25nbmvd40vhsnz2k9aqh17bnd21i3q8q0xlr5hdag"))))
|
"0900vli5kw7s5kdam0n4cqsfsfqb7mdb3azn3i55595gilg1vyn8"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
|
`(("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
|
||||||
|
|
Reference in New Issue