summary refs log tree commit diff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-09-09 21:13:53 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-09-09 21:13:53 -0400
commit39e880bfbbf5b30f6326964e8f1957cb831893fe (patch)
tree1e39175413e6be8eec6d207e233ca9f5f6981b50 /gnu/packages/games.scm
parentf98ea63204680bfd29f487200f9c048c197f9e28 (diff)
downloadguix-39e880bfbbf5b30f6326964e8f1957cb831893fe.tar.gz
gnu: starfighter: Update to 2.3.2.
* gnu/packages/games.scm (starfighter): Update to 2.3.2.
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 15b1857f6c..e346e2b9a7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4783,7 +4783,7 @@ of war.  Widelands also offers an Artificial Intelligence to challenge you.")
 (define-public starfighter
   (package
     (name "starfighter")
-    (version "2.3.1")
+    (version "2.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4792,7 +4792,7 @@ of war.  Widelands also offers an Artificial Intelligence to challenge you.")
                     version "-src.tar.gz"))
               (sha256
                (base32
-                "13396hvsj4cswlrw52kwqn37dadxps00vhr0hrqgm87fl4ih5yyx"))))
+                "1nvi277cazsw36b6nhd5nmk0cjvm71rlxasy24mf18j7fsvq9vp8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))