gnu: odamex: Update to 0.8.1.
* gnu/packages/games.scm (odamex): Update to 0.8.1.master
parent
9d1c437619
commit
5448b16e81
|
@ -5820,7 +5820,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.")
|
||||||
(define-public odamex
|
(define-public odamex
|
||||||
(package
|
(package
|
||||||
(name "odamex")
|
(name "odamex")
|
||||||
(version "0.8.0")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5828,10 +5828,9 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.")
|
||||||
"mirror://sourceforge/odamex/Odamex/" version "/"
|
"mirror://sourceforge/odamex/Odamex/" version "/"
|
||||||
"odamex-src-" version ".tar.gz"))
|
"odamex-src-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1ywbqkfacc9fc5di3dn95y5ah2ys9i241j64q3f37a73x92llw1i"))))
|
||||||
"1sh6lqj7vsdmnqz17hw0b6vy7xx6dp41k2sdw99ympsfa2xd1d2j"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments `(#:tests? #f)) ; no tests.
|
(arguments `(#:tests? #f)) ; no tests
|
||||||
(inputs
|
(inputs
|
||||||
`(("sdl" ,sdl)
|
`(("sdl" ,sdl)
|
||||||
("sdl-mixer" ,sdl-mixer)
|
("sdl-mixer" ,sdl-mixer)
|
||||||
|
|
Reference in New Issue