guix-commits
[Top][All Lists]
Advanced

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

branch wip-gnome updated: gnu: meson-0.55: Update to 0.55.3.


From: guix-commits
Subject: branch wip-gnome updated: gnu: meson-0.55: Update to 0.55.3.
Date: Fri, 23 Apr 2021 18:50:21 -0400

This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

The following commit(s) were added to refs/heads/wip-gnome by this push:
     new 199d5a8  gnu: meson-0.55: Update to 0.55.3.
199d5a8 is described below

commit 199d5a8f00e5ca271cd01c5dc5c8d344f2831dd9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 23 22:29:44 2021 -0500

    gnu: meson-0.55: Update to 0.55.3.
    
    * gnu/packages/build-tools.scm (meson-0.55): Update to 0.55.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 87f393c..b3aea99 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -304,7 +304,7 @@ resembles Python.")
 (define-public meson-0.55
   (package
     (inherit meson)
-    (version "0.55.1")
+    (version "0.55.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -312,7 +312,7 @@ resembles Python.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1070kjiirxxdfppmrhi3wsc6rykay1zlciqrzayjhjg0hkw42mrv"))))))
+                "19cjy24mfaswxyvqmns6rd7hx05ybqb663zlgklspfr8l4jjmvbb"))))))
 
 (define-public meson-next
   (package



reply via email to

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