From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fF3g1-0005tH-CS for guix-patches@gnu.org; Sat, 05 May 2018 16:21:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fF3fy-0007Th-7r for guix-patches@gnu.org; Sat, 05 May 2018 16:21:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42948) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fF3fy-0007TX-4U for guix-patches@gnu.org; Sat, 05 May 2018 16:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fF3fx-0000FE-Ut for guix-patches@gnu.org; Sat, 05 May 2018 16:21:01 -0400 Subject: bug#31359: [PATCH] gnu: love: Update to 11.1. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180503155311.32291-1-ambrevar@gmail.com> Date: Sat, 05 May 2018 22:20:05 +0200 In-Reply-To: (David Thompson's message of "Fri, 4 May 2018 09:48:23 -0400") Message-ID: <87r2mprh1m.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: "Thompson, David" Cc: 31359-done@debbugs.gnu.org, Pierre Neidhardt Hello, "Thompson, David" skribis: > On Thu, May 3, 2018 at 11:53 AM, Pierre Neidhardt wr= ote: >> * gnu/packages/game-development.scm (love): Update to 11.1. >> --- >> gnu/packages/game-development.scm | 13 +++---------- >> 1 file changed, 3 insertions(+), 10 deletions(-) >> >> diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-devel= opment.scm >> index 1b92bde7a..a195b41d7 100644 >> --- a/gnu/packages/game-development.scm >> +++ b/gnu/packages/game-development.scm >> @@ -550,22 +550,15 @@ archive on a per-file basis.") >> (define-public love >> (package >> (name "love") >> - (version "0.10.2") >> + (version "11.1") >> (source (origin >> (method url-fetch) >> (uri (string-append "https://bitbucket.org/rude/love/downl= oads/" >> "love-" version "-linux-src.tar.gz")) >> (sha256 >> (base32 >> - "11x346pw0gqad8nmkmywzx4xpcbfc3dslbrdw5x94n1i25mk0sxj")) >> - (modules '((guix build utils))) >> - (snippet >> - '(begin >> - ;; Build with luajit 2.1.0-beta3. Fixed in love 0.11. >> - ;; See . >> - (substitute* "src/libraries/luasocket/libluasocket/lua= .h" >> - (("> 501") ">=3D 501")) >> - #t)))) >> + "1pkwiszmjs0xrwk0wqbc5cp9108b1y8gwsid0gqk1s0x09q9lpmw")) >> + (modules '((guix build utils))))) >> (build-system gnu-build-system) >> (native-inputs >> `(("pkg-config" ,pkg-config))) >> -- >> 2.17.0 > > This looks good to me. Ludo, could you apply it for me? I always end > up looking at patches when I'm not in a position to push them! Done, thanks! :-) Ludo=E2=80=99.