guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: starfighter: Update to 1.6.


From: Kei Kebreau
Subject: 01/01: gnu: starfighter: Update to 1.6.
Date: Thu, 3 Nov 2016 19:42:02 +0000 (UTC)

kkebreau pushed a commit to branch master
in repository guix.

commit 043f1535c2668e417a67971afc91abf634e269b6
Author: Kei Kebreau <address@hidden>
Date:   Thu Nov 3 15:40:17 2016 -0400

    gnu: starfighter: Update to 1.6.
    
    * gnu/packages/games.scm (starfighter): Update to 1.6.
---
 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 e209cfb..941e3a0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2518,7 +2518,7 @@ tactics.")
 (define-public starfighter
   (package
     (name "starfighter")
-    (version "1.5.1.1")
+    (version "1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2527,7 +2527,7 @@ tactics.")
                     name "-" version "-src.tar.gz"))
               (sha256
                (base32
-                "1qc0hhw9m8sy3n9fips52c7aph3w8a8pdl4n45yaasgxzbvpn9xg"))))
+                "1qb5nk0b3d0ia5zszmg4a3ydf4fiy39fmymb66vwkqn4djajdhzq"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; no check target



reply via email to

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