me
/
guix
Archived
1
0
Fork 0

gnu: starfighter: Update to 2.3.

* gnu/packages/games.scm (starfighter): Update to 2.3.
master
Kei Kebreau 2020-07-17 20:51:53 -04:00
parent 056db754bf
commit a2e6553441
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -4759,7 +4759,7 @@ of war. Widelands also offers an Artificial Intelligence to challenge you.")
(define-public starfighter
(package
(name "starfighter")
(version "2.2.1")
(version "2.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -4768,7 +4768,7 @@ of war. Widelands also offers an Artificial Intelligence to challenge you.")
version "-src.tar.gz"))
(sha256
(base32
"0bmrid26z7il42lczfs3j3cv671az9fxi2wkf0s22smmzkhcnnrz"))))
"156ivi8cqqv9gxi8kj393av1s2sj7bblabm1b3kibla1s8l090n9"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))