From 26e3face3dc0fbade5c7777ead3fd36af6d224b3 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 30 Apr 2022 21:22:12 +0200 Subject: gnu: ocaml-ppx-custom-printf: Update to 0.15.0. * gnu/packages/ocaml.scm (ocaml-ppx-custom-printf): Update to 0.15.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/ocaml.scm') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 04c6728675..344af676a1 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -5603,7 +5603,7 @@ variant types.") (define-public ocaml-ppx-custom-printf (package (name "ocaml-ppx-custom-printf") - (version "0.14.1") + (version "0.15.0") (home-page "https://github.com/janestreet/ppx_custom_printf") (source (origin @@ -5614,7 +5614,7 @@ variant types.") (file-name (git-file-name name version)) (sha256 (base32 - "0c1m65kn27zvwmfwy7kk46ga76yw2a3ik9jygpy1b6nn6pi026w9")))) + "1k8nmq6kwqz2wpkm9ymq749dz1vd8lxrjc711knp1wyz5935hnsv")))) (build-system dune-build-system) (propagated-inputs (list ocaml-base ocaml-ppx-sexp-conv ocaml-migrate-parsetree -- cgit v1.2.3