diff options
author | David Pflug <david@pflug.io> | 2024-06-04 19:59:02 -0400 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-06-10 13:14:33 +0200 |
commit | 31420777b096b12a444b81718c3873281484bf61 (patch) | |
tree | 7b9e7df26a430e8cca9307a67d3354321b2d9618 /gnu/packages/games.scm | |
parent | 319635c0f473da3de5dd47f57037e7deaa3ab21e (diff) | |
download | guix-31420777b096b12a444b81718c3873281484bf61.tar.gz guix-31420777b096b12a444b81718c3873281484bf61.zip |
gnu: odamex: Update to 10.5.0.
* gnu/packages/games.scm (odamex): Update to 10.5.0.
Change-Id: I87280d58fecd1ffc52d13bd13b6b0f05721595c5
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/games.scm')
-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 2c096ea15d..e24494b8a1 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8164,7 +8164,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.") (define-public odamex (package (name "odamex") - (version "10.4.0") + (version "10.5.0") (source (origin (method url-fetch) @@ -8172,7 +8172,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 "1isrmki18471yry48mmm7lxzp1kiqma9cc7fx38cvpm2mpgfyvzk")) + (base32 "151dr6gygznqmp2m9wzilbrmr71lka6pwaz53lb835ry8wq3y210")) (modules '((guix build utils))) (snippet '(begin |