mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
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
|
||||
(package
|
||||
(name "quakespasm")
|
||||
(version "0.93.1")
|
||||
(version "0.93.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/quakespasm/Source/quakespasm-"
|
||||
version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bimv18f6rzhyjz78yvw2vqr5n0kdqbcqmq7cb3m951xgsxfcgpd"))))
|
||||
(base32 "0qm0j5drybvvq8xadfyppkpk3rxqsxbywzm6iwsjwdf0iia3gss5"))))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:make-flags '("CC=gcc"
|
||||
|
|
Loading…
Add table
Reference in a new issue