guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: meson: Promote 0.63 to the default.


From: guix-commits
Subject: 01/05: gnu: meson: Promote 0.63 to the default.
Date: Sun, 18 Sep 2022 11:07:55 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 01459241f4d369ac21611940f9f581f553f286d1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 10 01:42:13 2022 +0200

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]