me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 1.4.2.
master
Julien Lepiller 2020-01-20 23:56:53 +01:00
parent 73e01ae456
commit 2e038f36f8
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -5128,7 +5128,7 @@ combinators.")
(define-public ocaml-bisect-ppx
(package
(name "ocaml-bisect-ppx")
(version "1.4.1")
(version "1.4.2")
(source
(origin
(method git-fetch)
@ -5138,7 +5138,7 @@ combinators.")
(file-name (git-file-name name version))
(sha256
(base32
"1vp3qvrkz7q25nbmvd40vhsnz2k9aqh17bnd21i3q8q0xlr5hdag"))))
"0900vli5kw7s5kdam0n4cqsfsfqb7mdb3azn3i55595gilg1vyn8"))))
(build-system dune-build-system)
(propagated-inputs
`(("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)