guix-commits
[Top][All Lists]
Advanced

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

103/122: gnu: meson-0.55: Update to 0.55.3.


From: guix-commits
Subject: 103/122: gnu: meson-0.55: Update to 0.55.3.
Date: Wed, 30 Jun 2021 18:26:46 -0400 (EDT)

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

commit 6ff2c3d262aaf0deafab33bd458a03798dbc0e7b
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 d2fb9e0..95e8ddf 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -301,7 +301,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/";
@@ -309,7 +309,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]