gnu: starfighter: Update to 2.3.1.

* gnu/packages/games.scm (starfighter): Update to 2.3.1.
This commit is contained in:
Kei Kebreau 2020-08-01 09:54:28 -04:00
parent cf1d1f4f79
commit dcb74405e1
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

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