guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: superstarfighter: Update to 0.6.5.


From: guix-commits
Subject: 01/02: gnu: superstarfighter: Update to 0.6.5.
Date: Fri, 10 Dec 2021 11:20:52 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 53d69a60e72e2c1722ac6281bb923183fd051fcf
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Dec 9 15:08:33 2021 -0800

    gnu: superstarfighter: Update to 0.6.5.
    
    * gnu/packages/games.scm (superstarfighter): Update to 0.6.5.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/games.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 819a832..4d8e075 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2584,16 +2584,18 @@ modify quests for the Solarus engine.")))
 (define-public superstarfighter
   (package
     (name "superstarfighter")
-    (version "0.6.4")
+    (version "0.6.5")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/notapixelstudio/superstarfighter";)
-             (commit (string-append "v" version))))
+             ;; The commit is not tagged upstream:
+             ;; 
https://github.com/notapixelstudio/superstarfighter/commit/350605bf5454c26ebe2c57d8217edd03689c0573
+             (commit "32521f467616bb390e3929d07e1936ff43fe64da")))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fly63yf5ls1xwm15if4lxwy67wi84k4gvjllljpykrl18vw2y0y"))))
+        (base32 "1ckghzrfgvk9z1n5f4ivnamm6s8h9sbv0a3aq9pp4a3yrhkgld0k"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ;there are no tests



reply via email to

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