From ba015b2b20db880f098b92efe92c2540ba1f09db Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 26 Nov 2021 22:37:12 +0100 Subject: gnu: chroma: Update to 1.20. * gnu/packages/games.scm (chroma): Update to 1.20. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 3b40a8babd..5b0493f9ac 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6415,14 +6415,14 @@ with the mouse isn’t always trivial.") (define-public chroma (package (name "chroma") - (version "1.19") + (version "1.20") (source (origin (method url-fetch) (uri (string-append "http://level7.org.uk/chroma/download/chroma-" version ".tar.bz2")) (sha256 (base32 - "19ybvv0dkql913xpgjgxyyy50s72vajc7hm83zsvy2lsq8lhg76q")))) + "02hn448ckfxbx2fqr9wgf66rwl0vr4gl87yvsr5fc99zz9zw2f5v")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; no tests included -- cgit v1.2.3 From d0db0e78928f84c86e4bfb6db012fb24e0c16046 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 26 Nov 2021 23:02:24 +0100 Subject: gnu: wesnoth: Update to 1.16.1. * gnu/packages/games.scm (wesnoth): Update to 1.16.1. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 5b0493f9ac..0a331f3988 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4151,7 +4151,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.16.0") + (version "1.16.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" @@ -4160,7 +4160,7 @@ falling, themeable graphics and sounds, and replays.") "wesnoth-" version ".tar.bz2")) (sha256 (base32 - "0qs102ws46z0cqyk3maxd1c4bywswlacbqkpmb51x9jd8c746vhz")))) + "0cyrwmdg93pqpdm7030540jznaky9rda355i9ym8am4k9civlcwf")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ;no check target -- cgit v1.2.3 From 39f9b2804a19f0e6ebc75fa62e396e62b0a2536b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 28 Nov 2021 14:15:21 +0100 Subject: gnu: cataclysm-dda: Update to 0.F-3. * gnu/packages/games.scm (cataclysm-dda): Update to 0.F-3. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 0a331f3988..819a832baf 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -885,7 +885,7 @@ high a score as possible.") (define-public cataclysm-dda (package (name "cataclysm-dda") - (version "0.F-2") + (version "0.F-3") (source (origin (method git-fetch) @@ -893,7 +893,7 @@ high a score as possible.") (url "https://github.com/CleverRaven/Cataclysm-DDA") (commit version))) (sha256 - (base32 "1wzsri6rh2fm7078hw0y4x7lqjs6ak4a66d05szfiinnxyn4w1ph")) + (base32 "1qnsz6az9qp4sbr3y4rcqhlmadrrdzafvd2xwf3db5wn0swvbjys")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments -- cgit v1.2.3