guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: meson: Update to 0.44.0.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: meson: Update to 0.44.0.
Date: Tue, 12 Dec 2017 14:29:39 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e05cc6b80236d7987554d13627ccad69ec7a2a46
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 10 22:30:41 2017 +0100

    gnu: meson: Update to 0.44.0.
    
    * gnu/packages/build-tools.scm (meson): Update to 0.44.0
---
 gnu/packages/build-tools.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 00a2861..7c0faca 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Corentin Bocquillon <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -70,7 +71,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.43.0")
+    (version "0.44.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -78,7 +79,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0h3k0m45004ay1hzz9r66fkl1kwizaigxahyrlabyw0d1slyq4y5"))))
+                "06r8limj38mv884s5riiz6lpzw37cvhbf9jd0smzcbi7fwmv3yah"))))
     (build-system python-build-system)
     (inputs `(("ninja", ninja)))
     (propagated-inputs `(("python" ,python)))



reply via email to

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