guix-commits
[Top][All Lists]
Advanced

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

15/15: gnu: meson: Update to 0.48.2


From: guix-commits
Subject: 15/15: gnu: meson: Update to 0.48.2
Date: Tue, 4 Dec 2018 14:06:36 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit e8de4b1f5fe4f7fdc0c16664e1e6c159755b99dc
Author: Brett Gilio <address@hidden>
Date:   Sat Nov 24 00:22:15 2018 -0600

    gnu: meson: Update to 0.48.2
    
    * gnu/packages/build-tools.scm (meson): Update to 0.48.2.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 a34e7eb..d42d03c 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -158,7 +158,7 @@ files and generates build instructions for the Ninja build 
system.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.47.2")
+    (version "0.48.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -166,7 +166,7 @@ files and generates build instructions for the Ninja build 
system.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1swmycf6p9p0ag6yiywyyri42ffkxxj38r2ic7in24km47cszn4j"))))
+                "01jmm2wmnqhqk6f2gfhzhyzh0il6bjbyl8syy457p76ws2zxisir"))))
     (build-system python-build-system)
     (arguments
      `(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH



reply via email to

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