diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-30 18:03:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-01 00:13:43 +0200 |
commit | 737875b408c489e5e039c4e5d29f0db8f3022546 (patch) | |
tree | dbf7a43e1f47cfad64b8117d36a3f933a09f4a7a /gnu/packages/games.scm | |
parent | 1f334a5c23efac2dbc552dfe8f2d0af35dbe362b (diff) |
gnu: starfighter: Update to 2.3.3.
* gnu/packages/games.scm (starfighter): Update to 2.3.3.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4423d51336..28c1492b26 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4793,7 +4793,7 @@ of war. Widelands also offers an Artificial Intelligence to challenge you.") (define-public starfighter (package (name "starfighter") - (version "2.3.2") + (version "2.3.3") (source (origin (method url-fetch) (uri (string-append @@ -4802,7 +4802,7 @@ of war. Widelands also offers an Artificial Intelligence to challenge you.") version "-src.tar.gz")) (sha256 (base32 - "1nvi277cazsw36b6nhd5nmk0cjvm71rlxasy24mf18j7fsvq9vp8")))) + "0jz2lgvmp299nks6ajg2yxbx4xcaxlc4cpfr61861p7m7z2nv84y")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |