guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: meson: Update to 0.45.1.


From: Marius Bakke
Subject: 04/04: gnu: meson: Update to 0.45.1.
Date: Thu, 22 Mar 2018 10:24:17 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit bbdf2761f595da7830570fb93dca6aaca1815e90
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 22 15:17:04 2018 +0100

    gnu: meson: Update to 0.45.1.
    
    * gnu/packages/build-tools.scm (meson): Update to 0.45.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 b1534e0..a09b3b3 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -71,7 +71,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.45.0")
+    (version "0.45.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/";
@@ -79,7 +79,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1r3wlimllakrswx2rb4mbdk1iricqk6myvdvib6dkyx362yanm9l"))))
+                "1yqa4337nb8w92bvr91rsxmn0xkf7pmdybq9ljvnqmdvn7dv02sd"))))
     (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]