From dcb74405e185ed71b3d0640de85edc5ba865a839 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Sat, 1 Aug 2020 09:54:28 -0400 Subject: [PATCH] gnu: starfighter: Update to 2.3.1. * gnu/packages/games.scm (starfighter): Update to 2.3.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 26c2c7d231..0f79f5eeba 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4743,7 +4743,7 @@ of war. Widelands also offers an Artificial Intelligence to challenge you.") (define-public starfighter (package (name "starfighter") - (version "2.3") + (version "2.3.1") (source (origin (method url-fetch) (uri (string-append @@ -4752,7 +4752,7 @@ of war. Widelands also offers an Artificial Intelligence to challenge you.") version "-src.tar.gz")) (sha256 (base32 - "156ivi8cqqv9gxi8kj393av1s2sj7bblabm1b3kibla1s8l090n9")))) + "13396hvsj4cswlrw52kwqn37dadxps00vhr0hrqgm87fl4ih5yyx")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config)))