diff options
author | Solene Rapenne via Guix-patches via <guix-patches@gnu.org> | 2021-06-22 22:22:42 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-06-22 23:14:34 +0200 |
commit | 35ae64b3a342de82d7bf1887dbd204aee5d5615e (patch) | |
tree | 5aa718c2ce7007ad62a595482d8c8333365e6f5e | |
parent | 4cb70e08b2200d0614b3dad8a6ad22c8ac0f6589 (diff) | |
download | guix-35ae64b3a342de82d7bf1887dbd204aee5d5615e.tar.gz |
gnu: odamex: Update to 0.9.3.
* gnu/packages/games.scm (odamex): Update to 0.9.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 6ea579a04a..a4c42af31d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7519,7 +7519,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.") (define-public odamex (package (name "odamex") - (version "0.9.0") + (version "0.9.3") (source (origin (method url-fetch) @@ -7527,7 +7527,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.") "mirror://sourceforge/odamex/Odamex/" version "/" "odamex-src-" version ".tar.bz2")) (sha256 - (base32 "0yfrvx8zb3chy47fyz4nik6gbh0y5608yvld4gz4y8l158qk71y1")))) + (base32 "0vmw9ijb6n4wrxjxixakn7l6a6carnvs9wbbzb4vcq1brbzyrb0p")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; no tests (native-inputs |