guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: meson: Update to 0.40.1.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: meson: Update to 0.40.1.
Date: Sat, 6 May 2017 20:55:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2d51ed9e04e79c32bb7a50013bc7ab0e55e5a55f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun May 7 02:27:07 2017 +0200

    gnu: meson: Update to 0.40.1.
    
    * gnu/packages/build-tools.scm (meson): Update to 0.40.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 0f6a10b..66f4643 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -69,7 +69,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.39.1")
+    (version "0.40.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -77,7 +77,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1jwgd6sl7zl7h16id3405gwk6vlkk86ggwrp0k47njwkxmryq8d4"))))
+                "0yl6iryh89nn6hzhwv7kg16ki1chh9h0x1yk1y130h87iq42a35r"))))
     (build-system python-build-system)
     (inputs `(("ninja", ninja)))
     (home-page "https://mesonbuild.com/";)



reply via email to

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