guix-commits
[Top][All Lists]
Advanced

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

39/46: gnu: meson/newer: Update to 1.2.1.


From: guix-commits
Subject: 39/46: gnu: meson/newer: Update to 1.2.1.
Date: Fri, 19 Apr 2024 10:17:54 -0400 (EDT)

rekado pushed a commit to branch wip-pandas-upgrade
in repository guix.

commit d49d9921aa05c57ad871eaa46db1f7eb9291fd76
Author: Nicolas Graves <ngraves@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

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