From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1deyFK-0006rV-Uz for guix-patches@gnu.org; Tue, 08 Aug 2017 02:44:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1deyFF-0003OX-Ur for guix-patches@gnu.org; Tue, 08 Aug 2017 02:44:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42324) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1deyFF-0003OO-Ry for guix-patches@gnu.org; Tue, 08 Aug 2017 02:44:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1deyFF-0002KL-LZ for guix-patches@gnu.org; Tue, 08 Aug 2017 02:44:01 -0400 Subject: [bug#28009] [PATCH] gnu: 0ad: Update to 0.0.22-alpha. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1deyEc-0006nc-Cr for guix-patches@gnu.org; Tue, 08 Aug 2017 02:43:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1deyEX-000313-AO for guix-patches@gnu.org; Tue, 08 Aug 2017 02:43:22 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:47607 helo=mira.cbaines.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1deyEX-0002zv-48 for guix-patches@gnu.org; Tue, 08 Aug 2017 02:43:17 -0400 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 568CF13E3B7 for ; Tue, 8 Aug 2017 07:43:14 +0100 (BST) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 962fe2cd for ; Tue, 8 Aug 2017 06:43:13 +0000 (UTC) From: Christopher Baines Date: Tue, 8 Aug 2017 07:43:13 +0100 Message-Id: <20170808064313.3560-1-mail@cbaines.net> 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: 28009@debbugs.gnu.org * gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.22-alpha. --- gnu/packages/games.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 408b3b46d..9f32e9f8e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4384,7 +4384,7 @@ fight against their plot and save his fellow rabbits from slavery.") (define-public 0ad-data (package (name "0ad-data") - (version "0.0.21-alpha") + (version "0.0.22-alpha") (source (origin (method url-fetch) @@ -4393,7 +4393,7 @@ fight against their plot and save his fellow rabbits from slavery.") (file-name (string-append name "-" version ".tar.xz")) (sha256 (base32 - "15xadyrpvq27lm9p1ny7bcmmv56m16h3xadbkdx69gfkzxc3razk")) + "0vknk9ay9h2p34r7mym2g066f3s3c5d5vmap0ckcs5b86h5cscjc")) (modules '((guix build utils))) (snippet #~(begin @@ -4438,7 +4438,7 @@ fight against their plot and save his fellow rabbits from slavery.") (define-public 0ad (package (name "0ad") - (version "0.0.21-alpha") + (version "0.0.22-alpha") (source (origin (method url-fetch) @@ -4447,7 +4447,7 @@ fight against their plot and save his fellow rabbits from slavery.") (file-name (string-append name "-" version ".tar.xz")) (sha256 (base32 - "1kw3hqnr737ipx4f03khz3hvsh3ha7r8iy9njppk2faa53j27gln")) + "1cgmr4g5g9wv36v7ylbrvqhsjwgcsdgbqwc8zlqmnayk9zgkdpgx")) ;; A snippet here would cause a build failure because of timestamps ;; reset. See https://bugs.gnu.org/26734. )) -- 2.14.0