From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4xLt-0005Q0-7s for guix-patches@gnu.org; Fri, 15 Mar 2019 20:39:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4xI4-0001o9-E5 for guix-patches@gnu.org; Fri, 15 Mar 2019 20:35:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60366) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h4xI3-0001nw-QO for guix-patches@gnu.org; Fri, 15 Mar 2019 20:35:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h4xI3-0008F7-NW for guix-patches@gnu.org; Fri, 15 Mar 2019 20:35:07 -0400 Subject: [bug#34879] [PATCH] gnu: yamagi-quake2: Update to 7.40. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:47450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4wLj-0003jw-3D for guix-patches@gnu.org; Fri, 15 Mar 2019 19:34:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4w6W-0006wh-Df for guix-patches@gnu.org; Fri, 15 Mar 2019 19:19:10 -0400 Received: from pictor.uberspace.de ([95.143.172.207]:35028) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h4w6T-0006vI-Vv for guix-patches@gnu.org; Fri, 15 Mar 2019 19:19:06 -0400 From: nee Message-ID: Date: Sat, 16 Mar 2019 00:19:01 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------4018D98B7931257378A3B4B6" Content-Language: en-GB 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: 34879@debbugs.gnu.org This is a multi-part message in MIME format. --------------4018D98B7931257378A3B4B6 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit --------------4018D98B7931257378A3B4B6 Content-Type: text/x-patch; name="0001-gnu-yamagi-quake2-Update-to-7.40.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0001-gnu-yamagi-quake2-Update-to-7.40.patch" =46rom 5e4226b938a4a1af2db3dcc9db0f637ed1dbd4cd Mon Sep 17 00:00:00 2001 From: nee Date: Fri, 15 Mar 2019 20:56:47 +0100 Subject: [PATCH] gnu: yamagi-quake2: Update to 7.40. * gnu/packages/games.scm (yamagi-quake2): Update to 7.40. [inputs]: Add curl. --- gnu/packages/games.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 46b58e352c..2ad9cebf50 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5023,7 +5023,7 @@ some graphical niceities, and numerous bug-fixes an= d other improvements.") (define-public yamagi-quake2 (package (name "yamagi-quake2") - (version "7.10") + (version "7.40") (source (origin (method url-fetch) @@ -5031,7 +5031,7 @@ some graphical niceities, and numerous bug-fixes an= d other improvements.") version ".tar.xz")) (sha256 (base32 - "0psinbg25mysd58k99s1n34w31w5hj1vppb39gdjb0zqi6sl6cps")))) + "0aci73r15m1wbkrhpysxzdg77a294ywxfkd141gi5qgc2lwbsbqw")))) (build-system gnu-build-system) (arguments `(#:tests? #f @@ -5064,6 +5064,7 @@ some graphical niceities, and numerous bug-fixes an= d other improvements.") ("mesa" ,mesa) ("libvorbis" ,libvorbis) ("zlib" ,zlib) + ("curl" ,curl) ("openal" ,openal))) (native-inputs `(("pkg-config" ,pkg-config))) (synopsis "First person shooter engine based on quake2") --=20 2.20.1 --------------4018D98B7931257378A3B4B6--