gnu: ocaml-ppx-custom-printf: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-custom-printf): Update to 0.15.0.
This commit is contained in:
parent
b45833f512
commit
26e3face3d
1 changed files with 2 additions and 2 deletions
|
@ -5603,7 +5603,7 @@ variant types.")
|
||||||
(define-public ocaml-ppx-custom-printf
|
(define-public ocaml-ppx-custom-printf
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-custom-printf")
|
(name "ocaml-ppx-custom-printf")
|
||||||
(version "0.14.1")
|
(version "0.15.0")
|
||||||
(home-page "https://github.com/janestreet/ppx_custom_printf")
|
(home-page "https://github.com/janestreet/ppx_custom_printf")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -5614,7 +5614,7 @@ variant types.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c1m65kn27zvwmfwy7kk46ga76yw2a3ik9jygpy1b6nn6pi026w9"))))
|
"1k8nmq6kwqz2wpkm9ymq749dz1vd8lxrjc711knp1wyz5935hnsv"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-base ocaml-ppx-sexp-conv ocaml-migrate-parsetree
|
(list ocaml-base ocaml-ppx-sexp-conv ocaml-migrate-parsetree
|
||||||
|
|
Reference in a new issue