all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29998] [PATCH] gnu: crawl: Update to 0.21.0.
@ 2018-01-05 23:01 nee
  2018-01-06 14:18 ` bug#29998: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: nee @ 2018-01-05 23:01 UTC (permalink / raw)
  To: 29998

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

I tested the ncurses version on GuixSD and crawl-tiles on a third party
distro and everything seems to work fine.

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

From 73f71fd0a70b3bd59dc054372a35a796a924b3d9 Mon Sep 17 00:00:00 2001
From: nee <nee.git@cock.li>
Date: Fri, 5 Jan 2018 23:29:41 +0100
Subject: [PATCH] gnu: crawl: Update to 0.21.0.

* gnu/packages/games.scm (crawl): Update to 0.21.0.
(crawl-tiles): Update to 0.21.0.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ce799ae33..288db49f5 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4685,7 +4685,7 @@ fish.  The whole game is accompanied by quiet, comforting music.")
 (define-public crawl
   (package
     (name "crawl")
-    (version "0.20.1")
+    (version "0.21.0")
     (source
      (origin
        (method url-fetch)
@@ -4699,7 +4699,7 @@ fish.  The whole game is accompanied by quiet, comforting music.")
                             version "-nodeps.tar.xz")))
        (sha256
         (base32
-         "0cagx7687r5ln7pmzl60akjhjpyqd62z9zhfr2mqfk53wl9jbsbj"))
+         "0mmnkch8s9l7dh136yjvcyjr0vmyzv7z370rlcyir91qz6gg82n1"))
        (patches (search-patches "crawl-upgrade-saves.patch"))))
     (build-system gnu-build-system)
     (inputs
-- 
2.14.1


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

* bug#29998: [PATCH] gnu: crawl: Update to 0.21.0.
  2018-01-05 23:01 [bug#29998] [PATCH] gnu: crawl: Update to 0.21.0 nee
@ 2018-01-06 14:18 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2018-01-06 14:18 UTC (permalink / raw)
  To: nee; +Cc: 29998-done

nee <nee@cock.li> writes:

> I tested the ncurses version on GuixSD and crawl-tiles on a third party
> distro and everything seems to work fine.
>
> From 73f71fd0a70b3bd59dc054372a35a796a924b3d9 Mon Sep 17 00:00:00 2001
> From: nee <nee.git@cock.li>
> Date: Fri, 5 Jan 2018 23:29:41 +0100
> Subject: [PATCH] gnu: crawl: Update to 0.21.0.
>
> * gnu/packages/games.scm (crawl): Update to 0.21.0.
> (crawl-tiles): Update to 0.21.0.

Pushed, thanks!

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

end of thread, other threads:[~2018-01-06 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 23:01 [bug#29998] [PATCH] gnu: crawl: Update to 0.21.0 nee
2018-01-06 14:18 ` bug#29998: " 宋文武

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.