From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghMhf-0000El-VC for guix-patches@gnu.org; Wed, 09 Jan 2019 17:52:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghMhe-0007RS-Or for guix-patches@gnu.org; Wed, 09 Jan 2019 17:52:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53437) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ghMhe-0007RI-Lc for guix-patches@gnu.org; Wed, 09 Jan 2019 17:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ghMhe-0007w9-Fc for guix-patches@gnu.org; Wed, 09 Jan 2019 17:52:02 -0500 Subject: [bug#34025] [PATCH] Update meson to 0.49.0 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:41746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghMgr-0008Jh-Fg for guix-patches@gnu.org; Wed, 09 Jan 2019 17:51:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghMgq-00078i-F7 for guix-patches@gnu.org; Wed, 09 Jan 2019 17:51:13 -0500 Received: from mail-wm1-x331.google.com ([2a00:1450:4864:20::331]:54627) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ghMgq-000786-81 for guix-patches@gnu.org; Wed, 09 Jan 2019 17:51:12 -0500 Received: by mail-wm1-x331.google.com with SMTP id a62so9397478wmh.4 for ; Wed, 09 Jan 2019 14:51:11 -0800 (PST) MIME-Version: 1.0 From: Stuart Dilts Date: Wed, 9 Jan 2019 15:50:58 -0700 Message-ID: Content-Type: multipart/alternative; boundary="000000000000495717057f0e4ca9" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34025@debbugs.gnu.org --000000000000495717057f0e4ca9 Content-Type: text/plain; charset="UTF-8" * gnu/packages/build-tools.scm: update the version and sha256 hash --- 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..628b36f 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.49.0") (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")))) + "0l8m1v7cl5ybm7psfqmmdqbvmnsbb1qhb8ni3hwap3i0mk29a0zv")))) (build-system python-build-system) (arguments `(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH -- 2.20.1 --000000000000495717057f0e4ca9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

* gnu/packages/build-= tools.scm: update the version and sha256 hash
---
=C2= =A0gnu/packages/build-tools.scm | 4 ++--
=C2=A01 file changed, 2 = insertions(+), 2 deletions(-)

diff --git a/gnu/pac= kages/build-tools.scm b/gnu/packages/build-tools.scm
index a34e7e= b..628b36f 100644
--- a/gnu/packages/build-tools.scm
++= + b/gnu/packages/build-tools.scm
@@ -158,7 +158,7 @@ files and ge= nerates build instructions for the Ninja build system.")
=C2= =A0(define-public meson
=C2=A0 =C2=A0(package
=C2=A0 = =C2=A0 =C2=A0(name "meson")
-=C2=A0 =C2=A0 (version &qu= ot;0.47.2")
+=C2=A0 =C2=A0 (version "0.49.0")
=C2=A0 =C2=A0 =C2=A0(source (origin
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(method url-fetch)
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(uri (string-append "https://github.com/mesonbuild/= meson/"
@@ -166,7 +166,7 @@ files and generates build in= structions for the Ninja build system.")
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0version ".tar.gz"))
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(sha256
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (base32
-= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "1swmycf6p9p0a= g6yiywyyri42ffkxxj38r2ic7in24km47cszn4j"))))
+=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "0l8m1v7cl5ybm7psfqmmdqbvmns= bb1qhb8ni3hwap3i0mk29a0zv"))))
=C2=A0 =C2=A0 =C2=A0(build-sy= stem python-build-system)
=C2=A0 =C2=A0 =C2=A0(arguments
=C2=A0 =C2=A0 =C2=A0 `(;; FIXME: Tests require many additional inputs, a = fix for the RUNPATH
--=C2=A0
2.20.1
--000000000000495717057f0e4ca9--