guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: meson@0.63: Update to 0.63.2.


From: guix-commits
Subject: 08/14: gnu: meson@0.63: Update to 0.63.2.
Date: Fri, 9 Sep 2022 17:01:43 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e1c0f26ec58556e0ad55277276e17af02c3e6822
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 9 18:11:54 2022 +0200

    gnu: meson@0.63: Update to 0.63.2.
    
    * gnu/packages/build-tools.scm (meson-0.63): Update to 0.63.2.
---
 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 1a7cfae3d1..8923d179db 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -328,7 +328,7 @@ resembles Python.")
 (define-public meson-0.63
   (package
     (inherit meson)
-    (version "0.63.1")
+    (version "0.63.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -336,7 +336,7 @@ resembles Python.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1sb5rdra5zc6c3ni8x65zs7r7vsnbarammf5440zzmhkf8li7zh6"))))))
+                "1gwba75z47m2hv3w08gw8sgqgbknjr7rj1qwr510bgknxwbjy8hn"))))))
 
 (define-public premake4
   (package



reply via email to

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