gnu: odamex: Update to 0.8.3.
* gnu/packages/games.scm (odamex): Update to 0.8.3.
This commit is contained in:
parent
686bb9342f
commit
70e741720a
1 changed files with 2 additions and 2 deletions
|
@ -7048,7 +7048,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.1")
|
(version "0.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7056,7 +7056,7 @@ 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 "1ywbqkfacc9fc5di3dn95y5ah2ys9i241j64q3f37a73x92llw1i"))))
|
(base32 "0f887g87bmcq4dpcga7xc2mpxs947dkbc934ir9xs55gz6z13q96"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments `(#:tests? #f)) ; no tests
|
(arguments `(#:tests? #f)) ; no tests
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue