mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: quakespasm: Update to 0.96.2.
* gnu/packages/games.scm (quakespasm): Update to 0.96.2. [source]: Adjust URI accordingly. Change-Id: I30559b53021249db57f078ae51fd9b24d2b580f3 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
0fc532b7da
commit
76d0debc19
1 changed files with 3 additions and 3 deletions
|
@ -7667,14 +7667,14 @@ (define-public tome4
|
||||||
(define-public quakespasm
|
(define-public quakespasm
|
||||||
(package
|
(package
|
||||||
(name "quakespasm")
|
(name "quakespasm")
|
||||||
(version "0.93.2")
|
(version "0.96.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 ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qm0j5drybvvq8xadfyppkpk3rxqsxbywzm6iwsjwdf0iia3gss5"))))
|
(base32 "0hr58w1d2yw82vm9lkln05z6d4sjlcr6grxhf6sqdqwyfy9nv1mw"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:make-flags '("CC=gcc"
|
#:make-flags '("CC=gcc"
|
||||||
|
|
Loading…
Reference in a new issue