all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: nee <nee-git@hidamari.blue>
To: 34880@debbugs.gnu.org
Subject: [bug#34880] [PATCH] gnu: cataclysm-dda: Update to 0.D.
Date: Sat, 16 Mar 2019 00:18:44 +0100	[thread overview]
Message-ID: <dcecb47e-b734-9a94-003f-22cc0cdc2a51@hidamari.blue> (raw)

[-- 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


             reply	other threads:[~2019-03-16  0:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-15 23:18 nee [this message]
2019-03-19 20:23 ` [bug#34880] [PATCH] gnu: cataclysm-dda: Update to 0.D Kei Kebreau
2019-03-19 20:24 ` bug#34880: Status: " Kei Kebreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dcecb47e-b734-9a94-003f-22cc0cdc2a51@hidamari.blue \
    --to=nee-git@hidamari.blue \
    --cc=34880@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.