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.1.


From: guix-commits
Subject: branch master updated: gnu: starfighter: Update to 2.3.1.
Date: Sat, 01 Aug 2020 12:55:17 -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 dcb7440  gnu: starfighter: Update to 2.3.1.
dcb7440 is described below

commit dcb74405e185ed71b3d0640de85edc5ba865a839
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Sat Aug 1 09:54:28 2020 -0400

    gnu: starfighter: Update to 2.3.1.
    
    * gnu/packages/games.scm (starfighter): Update to 2.3.1.
---
 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 26c2c7d..0f79f5e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4743,7 +4743,7 @@ of war.  Widelands also offers an Artificial Intelligence 
to challenge you.")
 (define-public starfighter
   (package
     (name "starfighter")
-    (version "2.3")
+    (version "2.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4752,7 +4752,7 @@ of war.  Widelands also offers an Artificial Intelligence 
to challenge you.")
                     version "-src.tar.gz"))
               (sha256
                (base32
-                "156ivi8cqqv9gxi8kj393av1s2sj7bblabm1b3kibla1s8l090n9"))))
+                "13396hvsj4cswlrw52kwqn37dadxps00vhr0hrqgm87fl4ih5yyx"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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