rekado pushed a commit to branch master
in repository guix.

commit ce953927fd46772af6a88cb97310d4d1e9b760f6
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Wed Dec 13 22:56:21 2023 +0100

    gnu: meson/newer: Update to 1.2.1.
    
    * gnu/packages/build-tools.scm (meson/newer): Update to 1.2.1.
---
 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 74e28f0e98..1765892dfa 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -333,7 +333,7 @@ resembles Python.")
 (define-public meson/newer
   (package
     (inherit meson)
-    (version "1.1.1")
+    (version "1.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -341,7 +341,7 @@ resembles Python.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "073vf8059nzs6p5aaqr5wva4pgl81540szdb5yw9yhyajwgm8jyh"))))))
+                "1x9rnrbwvzhnzmz4zqag44w06khks8wckcajxsbr8m4760akmnxi"))))))
 
 (define-public meson-python
   (package

Reply via email to