[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: crawl: Update to 0.26.1
From: |
guix-commits |
Subject: |
branch master updated: gnu: crawl: Update to 0.26.1 |
Date: |
Sun, 07 Feb 2021 04:14:28 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0e92d57 gnu: crawl: Update to 0.26.1
0e92d57 is described below
commit 0e92d57654c10aa9d98741a726db609edba758d1
Author: Robert Smith <robertsmith@posteo.net>
AuthorDate: Sat Feb 6 21:55:14 2021 -0800
gnu: crawl: Update to 0.26.1
* gnu/packages/games.scm (crawl): Update to 0.26.1
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 4547426..efa6d24 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: crawl: Update to 0.26.1,
guix-commits <=