guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/22: gnu: starfighter: Update to 2.3.3.


From: guix-commits
Subject: 17/22: gnu: starfighter: Update to 2.3.3.
Date: Wed, 30 Sep 2020 18:25:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 737875b408c489e5e039c4e5d29f0db8f3022546
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 30 18:03:50 2020 +0200

    gnu: starfighter: Update to 2.3.3.
    
    * gnu/packages/games.scm (starfighter): Update to 2.3.3.
---
 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 4423d51..28c1492 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]