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


From: guix-commits
Subject: branch master updated: gnu: starfighter: Update to 2.2.
Date: Sat, 13 Jun 2020 18:55:21 -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 13d962b  gnu: starfighter: Update to 2.2.
13d962b is described below

commit 13d962b9a652de022547aa0503c0ebea8eadbbea
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Sun Jun 7 12:43:18 2020 -0400

    gnu: starfighter: Update to 2.2.
    
    * gnu/packages/games.scm (starfighter): Update to 2.2.
---
 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 d0fb2d6..32d7d8d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3980,7 +3980,7 @@ tactics.")
 (define-public starfighter
   (package
     (name "starfighter")
-    (version "2.0.0.3")
+    (version "2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3989,7 +3989,7 @@ tactics.")
                     (version-major+minor version) "-src.tar.gz"))
               (sha256
                (base32
-                "13vi5kh9ahws4f52421cbyw0jn7pmbnld358lqfmr6flql7ilj3b"))))
+                "1ldd9cbvl694ps4sapr8213m3zjrci7gii5x3kjjfalkikmndpd2"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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