mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +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:
parent
3e9c40158a
commit
c49e0ef477
1 changed files with 2 additions and 2 deletions
|
@ -5556,7 +5556,7 @@ (define-public ocaml4.07-ppx-sexp-conv
|
|||
(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 @@ (define-public ocaml-ppx-variants-conv
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue