guix-commits
[Top][All Lists]
Advanced

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

113/142: gnu: meson: Update to 0.60.3.


From: guix-commits
Subject: 113/142: gnu: meson: Update to 0.60.3.
Date: Mon, 10 Jan 2022 13:07:39 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit ec26595e3035982fbdff014c6343b9a8cb587d4e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Dec 24 01:26:33 2021 -0500

    gnu: meson: Update to 0.60.3.
    
    * gnu/packages/build-tools.scm (gn): Update to 0.60.3.
---
 gnu/packages/build-tools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 50bdeb86aa..437b0d3550 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -264,7 +264,7 @@ files and generates build instructions for the Ninja build 
system.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.60.2")
+    (version "0.60.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -272,7 +272,7 @@ files and generates build instructions for the Ninja build 
system.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "08g9ag8cbrki5srggawsm96f3fggaj0wmmpryi9826xzcn2rdrk4"))
+                "13mrrizg4vl6n5k7fz6amyafnn3i097dcarr552qc0ca6nlmzjl7"))
               (patches (search-patches
                         "meson-allow-dirs-outside-of-prefix.patch"))))
     (build-system python-build-system)



reply via email to

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