From 01459241f4d369ac21611940f9f581f553f286d1 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 10 Sep 2022 01:42:13 +0200 Subject: [PATCH] gnu: meson: Promote 0.63 to the default. * gnu/packages/build-tools.scm (meson): Point to MESON-0.63. --- gnu/packages/build-tools.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm index 84a62d0fd6..8ba0454763 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -341,8 +341,7 @@ resembles Python.") (patches (search-patches "meson-allow-dirs-outside-of-prefix.patch")))))) -;; TODO: Bump this in the next rebuild cycle. -(define-public meson meson-0.60) +(define-public meson meson-0.63) (define-public meson-python (package