summary refs log tree commit diff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-30 18:03:50 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-01 00:13:43 +0200
commit737875b408c489e5e039c4e5d29f0db8f3022546 (patch)
treedbf7a43e1f47cfad64b8117d36a3f933a09f4a7a /gnu/packages/games.scm
parent1f334a5c23efac2dbc552dfe8f2d0af35dbe362b (diff)
downloadguix-737875b408c489e5e039c4e5d29f0db8f3022546.tar.gz
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.scm4
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)))