gnu: quakespasm: Update to 0.93.2.
* gnu/packages/games.scm (quakespasm): Update to 0.93.2.
This commit is contained in:
parent
b74f7f06ac
commit
18bbaf6714
1 changed files with 2 additions and 3 deletions
|
@ -5336,15 +5336,14 @@ Tales of Maj’Eyal offers engaging roguelike gameplay for the 21st century.")
|
||||||
(define-public quakespasm
|
(define-public quakespasm
|
||||||
(package
|
(package
|
||||||
(name "quakespasm")
|
(name "quakespasm")
|
||||||
(version "0.93.1")
|
(version "0.93.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/quakespasm/Source/quakespasm-"
|
(uri (string-append "mirror://sourceforge/quakespasm/Source/quakespasm-"
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0qm0j5drybvvq8xadfyppkpk3rxqsxbywzm6iwsjwdf0iia3gss5"))))
|
||||||
"1bimv18f6rzhyjz78yvw2vqr5n0kdqbcqmq7cb3m951xgsxfcgpd"))))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:make-flags '("CC=gcc"
|
#:make-flags '("CC=gcc"
|
||||||
|
|
Reference in a new issue