guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: meson@0.57: Update to 0.57.2.


From: guix-commits
Subject: 05/05: gnu: meson@0.57: Update to 0.57.2.
Date: Sat, 10 Apr 2021 18:42:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 166aaea33316ec74b91feeeb268fd6a2e7f68e79
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Apr 10 22:28:42 2021 +0200

    gnu: meson@0.57: Update to 0.57.2.
    
    * gnu/packages/build-tools.scm (meson-next): Update to 0.57.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 b5cebf0..87f393c 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -317,7 +317,7 @@ resembles Python.")
 (define-public meson-next
   (package
     (inherit meson)
-    (version "0.57.1")
+    (version "0.57.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -325,7 +325,7 @@ resembles Python.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "19n8alcpzv6npgp27iqljkmvdmr7s2c7zm8y997j1nlvpa1cgqbj"))))))
+                "1iac7p99zfgkznq4qlnkk7b8xwwlilcrnkf33sczm56yqnqyg0rs"))))))
 
 (define-public meson-for-build
   (package



reply via email to

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