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 <[email protected]>
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)))