3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ocaml-ppx-variants-conv: Update to 0.15.0.

* gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): Update to 0.15.0.
This commit is contained in:
Julien Lepiller 2022-04-30 21:16:30 +02:00
parent 3e9c40158a
commit c49e0ef477
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -5556,7 +5556,7 @@ definitions.")
(define-public ocaml-ppx-variants-conv
(package
(name "ocaml-ppx-variants-conv")
(version "0.14.2")
(version "0.15.0")
(source
(origin
(method git-fetch)
@ -5566,7 +5566,7 @@ definitions.")
(file-name (git-file-name name version))
(sha256
(base32
"1p11fiz4m160hs0xzg4g9rxchp053sz3s3d1lyciqixad1xi47a4"))))
"1dh0bw9dn246k00pymf59yjkl6x6bxd76lkk9b5xpq2692wwlc3s"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-base ocaml-variantslib ocaml-migrate-parsetree