From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEGYX-00040A-Cn for guix-patches@gnu.org; Thu, 03 May 2018 11:54:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEGYU-0005wv-9F for guix-patches@gnu.org; Thu, 03 May 2018 11:54:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40514) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fEGYU-0005wp-5X for guix-patches@gnu.org; Thu, 03 May 2018 11:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fEGYT-0005n1-RW for guix-patches@gnu.org; Thu, 03 May 2018 11:54:01 -0400 Subject: [bug#31359] [PATCH] gnu: love: Update to 11.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEGXr-0003UE-11 for guix-patches@gnu.org; Thu, 03 May 2018 11:53:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEGXn-0005gr-UY for guix-patches@gnu.org; Thu, 03 May 2018 11:53:23 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:56115) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fEGXn-0005gS-Oh for guix-patches@gnu.org; Thu, 03 May 2018 11:53:19 -0400 Received: by mail-wm0-x234.google.com with SMTP id a8so29221122wmg.5 for ; Thu, 03 May 2018 08:53:19 -0700 (PDT) Received: from localhost.localdomain (mqu44-1-78-248-96-161.fbx.proxad.net. [78.248.96.161]) by smtp.gmail.com with ESMTPSA id b10-v6sm29761782wrn.42.2018.05.03.08.53.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 May 2018 08:53:17 -0700 (PDT) From: Pierre Neidhardt Date: Thu, 3 May 2018 17:53:11 +0200 Message-Id: <20180503155311.32291-1-ambrevar@gmail.com> 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: 31359@debbugs.gnu.org * 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-development.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/downloads/" "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") ">= 501")) - #t)))) + "1pkwiszmjs0xrwk0wqbc5cp9108b1y8gwsid0gqk1s0x09q9lpmw")) + (modules '((guix build utils))))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) -- 2.17.0