mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: ocaml-ppx-fields-conv: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-fields-conv): Update to 0.15.0.
This commit is contained in:
parent
6d97a08525
commit
a342c32cd5
1 changed files with 2 additions and 2 deletions
|
@ -5493,7 +5493,7 @@ (define-public ocaml4.07-variantslib
|
|||
(define-public ocaml-ppx-fields-conv
|
||||
(package
|
||||
(name "ocaml-ppx-fields-conv")
|
||||
(version "0.14.2")
|
||||
(version "0.15.0")
|
||||
(home-page "https://github.com/janestreet/ppx_fields_conv")
|
||||
(source
|
||||
(origin
|
||||
|
@ -5504,7 +5504,7 @@ (define-public ocaml-ppx-fields-conv
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zwirwqry24b48bg7d4yc845hvcirxyymzbw95aaxdcck84d30n8"))))
|
||||
"094wsnw7fcwgl9xg6vkjb0wbgpn9scsp847yhdd184sz9v1amz14"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs
|
||||
(list ocaml-base ocaml-fieldslib ocaml-migrate-parsetree
|
||||
|
|
Loading…
Reference in a new issue