* [bug#46354] [PATCH] gnu: crawl: Update to 0.26.1
@ 2021-02-07 5:55 Robert Smith
2021-02-07 9:14 ` bug#46354: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Robert Smith @ 2021-02-07 5:55 UTC (permalink / raw)
To: 46354; +Cc: Robert Smith
* gnu/packages/games.scm (crawl): Update to 0.26.1
---
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 454742643e..efa6d24d8f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6379,14 +6379,14 @@ fish. The whole game is accompanied by quiet, comforting music.")
(define-public crawl
(package
(name "crawl")
- (version "0.26.0")
+ (version "0.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/crawl/crawl/releases/download/"
version "/stone_soup-" version "-nodeps.tar.xz"))
(sha256
- (base32 "1m81x1sp6p2ka5w2nib3pcw5w5iv58z41c8aqn0dayi1lb3yslfb"))
+ (base32 "1d8p2np2q5951wqphq2f4dyvv976m2lh82b0qp7w9pp1h8zzi1ff"))
(patches (search-patches "crawl-upgrade-saves.patch"))))
(build-system gnu-build-system)
(inputs
--
2.30.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#46354: [PATCH] gnu: crawl: Update to 0.26.1
2021-02-07 5:55 [bug#46354] [PATCH] gnu: crawl: Update to 0.26.1 Robert Smith
@ 2021-02-07 9:14 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-02-07 9:14 UTC (permalink / raw)
To: Robert Smith; +Cc: 46354-done
Hello,
Robert Smith <robertsmith@posteo.net> writes:
> * gnu/packages/games.scm (crawl): Update to 0.26.1
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-07 9:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-07 5:55 [bug#46354] [PATCH] gnu: crawl: Update to 0.26.1 Robert Smith
2021-02-07 9:14 ` bug#46354: " Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).