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


From: guix-commits
Subject: branch master updated: gnu: starfighter: Update to 2.2.1.
Date: Mon, 29 Jun 2020 12:19:52 -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 6ebf300  gnu: starfighter: Update to 2.2.1.
6ebf300 is described below

commit 6ebf300959a58fd1eda875205c75d21137862285
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Mon Jun 29 11:52:40 2020 -0400

    gnu: starfighter: Update to 2.2.1.
    
    * gnu/packages/games.scm (starfighter): Update to 2.2.1.
    [source]: Update URI.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8beb8cd..512ec3e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4225,16 +4225,16 @@ tactics.")
 (define-public starfighter
   (package
     (name "starfighter")
-    (version "2.2")
+    (version "2.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://github.com/pr-starfighter/starfighter/releases";
                     "/download/v" version "/starfighter-"
-                    (version-major+minor version) "-src.tar.gz"))
+                    version "-src.tar.gz"))
               (sha256
                (base32
-                "1ldd9cbvl694ps4sapr8213m3zjrci7gii5x3kjjfalkikmndpd2"))))
+                "0bmrid26z7il42lczfs3j3cv671az9fxi2wkf0s22smmzkhcnnrz"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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