From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpVaF-0004yJ-Rz for guix-patches@gnu.org; Fri, 01 Feb 2019 04:58:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpVaF-0007Nl-0X for guix-patches@gnu.org; Fri, 01 Feb 2019 04:58:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54464) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gpVaE-0007Nf-UO for guix-patches@gnu.org; Fri, 01 Feb 2019 04:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gpVaE-0006h5-OK for guix-patches@gnu.org; Fri, 01 Feb 2019 04:58:02 -0500 Subject: [bug#34270] [PATCH] gnu: 0ad: Update to 0.0.23b-alpha. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:57414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpVZI-0004tE-TQ for guix-patches@gnu.org; Fri, 01 Feb 2019 04:57:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpVZH-0006zs-SS for guix-patches@gnu.org; Fri, 01 Feb 2019 04:57:04 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:44730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpVZH-0006zP-MP for guix-patches@gnu.org; Fri, 01 Feb 2019 04:57:03 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 03E321AAC0 for ; Fri, 1 Feb 2019 01:57:01 -0800 (PST) From: Vagrant Cascadian Date: Fri, 01 Feb 2019 01:56:57 -0800 Message-ID: <87ef8resra.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: 34270@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.23b-alpha. =2D-- 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 e908a570c..78854074d 100644 =2D-- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4534,7 +4534,7 @@ fight against their plot and save his fellow rabbits = from slavery.") (define-public 0ad-data (package (name "0ad-data") =2D (version "0.0.23-alpha") + (version "0.0.23b-alpha") (source (origin (method url-fetch) @@ -4543,7 +4543,7 @@ fight against their plot and save his fellow rabbits = from slavery.") (file-name (string-append name "-" version ".tar.xz")) (sha256 (base32 =2D "1b6qcvd8yyyxavgdwpcs7asmln3xgnvjkglz6ggvwb956x37ggzx")) + "04x7729hk6zw1xj3n4s4lvaviijsnbjf5rhzvjxlr5fygvg4l6z1")) (modules '((guix build utils))) (snippet #~(begin @@ -4587,7 +4587,7 @@ fight against their plot and save his fellow rabbits = from slavery.") (define-public 0ad (package (name "0ad") =2D (version "0.0.23-alpha") + (version "0.0.23b-alpha") (source (origin (method url-fetch) @@ -4596,7 +4596,7 @@ fight against their plot and save his fellow rabbits = from slavery.") (file-name (string-append name "-" version ".tar.xz")) (sha256 (base32 =2D "0qz1sg4n5y766qwgi63drrrx6k17kk0rcnn9a4a9crllk2vf78fg")))) + "0draa53xg69i5qhqym85658m45xhwkbiimaldj4sr3703rjgggq1")))) ;; A snippet here would cause a build failure because of timestamps ;; reset. See https://bugs.gnu.org/26734. (inputs =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXFQX6QAKCRDcUY/If5cW qlPcAQCBwTSgZNGBERhqa/5C4X2Z/J+dwu7O2g4HLE9tKrplLQD/cnLYhwE1cubZ tyKqnOHpYYnyn/aJY0pP7AdEYO14Vg4= =xhEA -----END PGP SIGNATURE----- --=-=-=--