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 1h4xLr-0005Q0-DB for guix-patches@gnu.org; Fri, 15 Mar 2019 20:39:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4xI4-0001oM-Ub for guix-patches@gnu.org; Fri, 15 Mar 2019 20:35:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60368) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h4xI4-0001oG-JV 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 1h4xI4-0008FL-GE for guix-patches@gnu.org; Fri, 15 Mar 2019 20:35:08 -0400 Subject: [bug#34880] [PATCH] gnu: cataclysm-dda: Update to 0.D. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:47480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4wLn-0003l4-0H for guix-patches@gnu.org; Fri, 15 Mar 2019 19:34:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4w6C-0006mf-Cu for guix-patches@gnu.org; Fri, 15 Mar 2019 19:18:49 -0400 Received: from pictor.uberspace.de ([95.143.172.207]:34902) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h4w6B-0006lh-TZ for guix-patches@gnu.org; Fri, 15 Mar 2019 19:18:48 -0400 From: nee Message-ID: Date: Sat, 16 Mar 2019 00:18:44 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------E000B1B4D2F46E8A6F6F45B4" 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: 34880@debbugs.gnu.org This is a multi-part message in MIME format. --------------E000B1B4D2F46E8A6F6F45B4 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit --------------E000B1B4D2F46E8A6F6F45B4 Content-Type: text/x-patch; name="0001-gnu-cataclysm-dda-Update-to-0.D.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0001-gnu-cataclysm-dda-Update-to-0.D.patch" =46rom d2ff47a750d9056eee598ded306597aff3c2f174 Mon Sep 17 00:00:00 2001 From: nee Date: Fri, 15 Mar 2019 22:13:12 +0100 Subject: [PATCH] gnu: cataclysm-dda: Update to 0.D. * gnu/packages/games.scm (cataclysm-dda): Update to 0.D. --- gnu/packages/games.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 46b58e352c..6bacac713e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -256,13 +256,10 @@ canyons and wait for the long I-shaped block to cle= ar four rows at a time.") (license license:gpl3+))) =20 (define-public cataclysm-dda - (let ((commit "0b2c194e5c6a06f4fbf14a0ec1260e0f3cf2567c") - (revision "2")) + (let ((commit "9c732a5de48928691ab863d3ab275ca7b0e522fc")) (package (name "cataclysm-dda") - ;; This denotes the version released after the 0.C release. - ;; Revert to a normal version number if updating to stable version= 0.D. - (version (git-version "0.C" revision commit)) + (version "0.D") (source (origin (method git-fetch) (uri (git-reference @@ -270,7 +267,7 @@ canyons and wait for the long I-shaped block to clear= four rows at a time.") (commit commit))) (sha256 (base32 - "1yzsn0y2g27bvbxjvivjyjhkmf2w5na1qqw5qfkswcfqqwym2y33"= )) + "00zzhx1mh1qjq668cga5nbrxp2qk6b82j5ak65skhgnlr6ii4ysc"= )) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments --=20 2.20.1 --------------E000B1B4D2F46E8A6F6F45B4--