From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dG3p7-0004Jo-Br for guix-patches@gnu.org; Wed, 31 May 2017 09:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dG3p4-0005Bk-0L for guix-patches@gnu.org; Wed, 31 May 2017 09:38:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43653) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dG3p3-0005Bc-T7 for guix-patches@gnu.org; Wed, 31 May 2017 09:38:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dG3p3-0007Xa-O9 for guix-patches@gnu.org; Wed, 31 May 2017 09:38:01 -0400 Subject: bug#27160: [PATCH] gnu: scons: Update to 2.5.1. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87shjlo69t.fsf@gnu.org> Date: Wed, 31 May 2017 15:37:44 +0200 In-Reply-To: <87shjlo69t.fsf@gnu.org> (Roel Janssen's message of "Wed, 31 May 2017 09:05:34 +0200") Message-ID: <87k24xdu53.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Roel Janssen Cc: 27160@debbugs.gnu.org Hi! Roel Janssen skribis: > Here's a patch to update SCons. I checked to make sure that the > packages that use SCons still build: > - linuxdcpp > - serf > - aria-maestosa > - pingus > - metabat > > And that seems to be fine. Good. >>>From 54c0bec81ada0e0b035b88a41e1d33ae60ab1099 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Wed, 31 May 2017 08:57:41 +0200 > Subject: [PATCH] gnu: scons: Update to 2.5.1. > > * gnu/packages/python.scm: Update to 2.5.1. ^ Mention =E2=80=98scons=E2=80=99 here. Otherwise LGTM, thanks! Ludo=E2=80=99.