all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34880] [PATCH] gnu: cataclysm-dda: Update to 0.D.
@ 2019-03-15 23:18 nee
  2019-03-19 20:23 ` Kei Kebreau
  2019-03-19 20:24 ` bug#34880: Status: " Kei Kebreau
  0 siblings, 2 replies; 3+ messages in thread
From: nee @ 2019-03-15 23:18 UTC (permalink / raw)
  To: 34880

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-cataclysm-dda-Update-to-0.D.patch --]
[-- Type: text/x-patch; name="0001-gnu-cataclysm-dda-Update-to-0.D.patch", Size: 1684 bytes --]

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-19 20:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-15 23:18 [bug#34880] [PATCH] gnu: cataclysm-dda: Update to 0.D nee
2019-03-19 20:23 ` Kei Kebreau
2019-03-19 20:24 ` bug#34880: Status: " Kei Kebreau

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.