diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 16:23:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 17:57:20 +0100 |
commit | 18bbaf6714a3876f1e83463f5d0389024a5ed8ef (patch) | |
tree | 3cdd91155238d626a76f2b1275cd943003a43424 /gnu/packages/games.scm | |
parent | b74f7f06aceae986878966b92cbada6f91c9617c (diff) | |
download | patches-18bbaf6714a3876f1e83463f5d0389024a5ed8ef.tar patches-18bbaf6714a3876f1e83463f5d0389024a5ed8ef.tar.gz |
gnu: quakespasm: Update to 0.93.2.
* gnu/packages/games.scm (quakespasm): Update to 0.93.2.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 58d0846404..3d2db7bdf3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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" |