From 9aa69b37c07b45c04f4bd3619936413ad24f40c2 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Thu, 10 Feb 2022 15:52:21 +0100 Subject: gnu: ocaml-ppxlib: Update to 0.24.0. * gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.24.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index d0cfafbab4..d65e6a26c4 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -5227,7 +5227,7 @@ as part of the same ocaml-migrate-parsetree driver.") (define-public ocaml-ppxlib (package (name "ocaml-ppxlib") - (version "0.23.0") + (version "0.24.0") (home-page "https://github.com/ocaml-ppx/ppxlib") (source (origin @@ -5238,7 +5238,7 @@ as part of the same ocaml-migrate-parsetree driver.") (file-name (git-file-name name version)) (sha256 (base32 - "0jg5v4pssbl66hn5davpin1i57a0r3r54l96vpz5y99xk5w70xi1")))) + "1nkkdvqifa36hxj6msd74ld4dfd749d6d9ygfj7zsm328rqvpqf2")))) (build-system dune-build-system) (propagated-inputs (list ocaml-base -- cgit v1.2.3