summary refs log tree commit diff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authornee <nee-git@hidamari.blue>2019-03-15 22:13:12 +0100
committerKei Kebreau <kkebreau@posteo.net>2019-03-19 16:18:56 -0400
commit1c4d4196c2b21d4880c4bd97ea3ec28d2b05e2b3 (patch)
tree36000550ac49624ab3125352dd735cb8372977c5 /gnu/packages/games.scm
parentc1d6865166270a236ad15a1d4704e062d3f38a98 (diff)
downloadguix-1c4d4196c2b21d4880c4bd97ea3ec28d2b05e2b3.tar.gz
gnu: cataclysm-dda: Update to 0.D.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.D.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 56dc96de8f..e750d0657e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -259,13 +259,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
@@ -273,7 +270,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