guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: starfighter: Update to 2.3.


From: guix-commits
Subject: branch master updated: gnu: starfighter: Update to 2.3.
Date: Fri, 17 Jul 2020 21:04:13 -0400

This is an automated email from the git hooks/post-receive script.

kkebreau pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a2e6553  gnu: starfighter: Update to 2.3.
a2e6553 is described below

commit a2e65534416b9777d4c8bfd25570e6696eee83c8
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Fri Jul 17 20:51:53 2020 -0400

    gnu: starfighter: Update to 2.3.
    
    * gnu/packages/games.scm (starfighter): Update to 2.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 4df2757..36e379d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4759,7 +4759,7 @@ of war.  Widelands also offers an Artificial Intelligence 
to challenge you.")
 (define-public starfighter
   (package
     (name "starfighter")
-    (version "2.2.1")
+    (version "2.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4768,7 +4768,7 @@ of war.  Widelands also offers an Artificial Intelligence 
to challenge you.")
                     version "-src.tar.gz"))
               (sha256
                (base32
-                "0bmrid26z7il42lczfs3j3cv671az9fxi2wkf0s22smmzkhcnnrz"))))
+                "156ivi8cqqv9gxi8kj393av1s2sj7bblabm1b3kibla1s8l090n9"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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