[bug#34880] gnu: cataclysm-dda: Update to 0.D.

Message ID dcecb47e-b734-9a94-003f-22cc0cdc2a51@hidamari.blue
State Accepted
Headers show
Series [bug#34880] gnu: cataclysm-dda: Update to 0.D. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed

Commit Message

nee March 15, 2019, 11:18 p.m. UTC

Comments

Kei Kebreau March 19, 2019, 8:23 p.m. UTC | #1
Hi nee,

I haven't had the opportunity to thoroughly playtest this to be sure
everything is in working order, but the patch looks good and the package
builds fine for me, so I've pushed it to master.
Kei Kebreau March 19, 2019, 8:24 p.m. UTC | #2
Pushed to master.

Patch

From d2ff47a750d9056eee598ded306597aff3c2f174 Mon Sep 17 00:00:00 2001
From: nee <nee-git@hidamari.blue>
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 clear four rows at a time.")
     (license license:gpl3+)))
 
 (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
-- 
2.20.1