diff options
author | David Pflug <david@pflug.io> | 2024-10-28 16:49:13 -0400 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-10-31 13:56:45 +0800 |
commit | 3eb531f04ea21501722934b501e02e126431a079 (patch) | |
tree | 2338d1123c71ff58005d5b64939307c0d8e4e3ad /gnu/packages | |
parent | 406fef20d1d1455e91827a11266e3cb40f071285 (diff) | |
download | guix-3eb531f04ea21501722934b501e02e126431a079.tar guix-3eb531f04ea21501722934b501e02e126431a079.tar.gz |
gnu: odamex: Update to 10.6.0.
* gnu/packages/games.scm (odamex): Update to 10.6.0.
Change-Id: Ifbad7399f3e43b8a05948d8f7b1b73ba9b30477b
Diffstat (limited to 'gnu/packages')
-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 64b6b0941a..bb97332b6d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8231,7 +8231,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.") (define-public odamex (package (name "odamex") - (version "10.5.0") + (version "10.6.0") (source (origin (method url-fetch) @@ -8239,7 +8239,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.") "mirror://sourceforge/odamex/Odamex/" version "/" "odamex-src-" version ".tar.xz")) (sha256 - (base32 "151dr6gygznqmp2m9wzilbrmr71lka6pwaz53lb835ry8wq3y210")) + (base32 "1vy6d0md5ws5319bjjbaqnca68vslgk22k9lh4yd9n85hzlwacpi")) (modules '((guix build utils))) (snippet '(begin |