From 70e741720a675991380da5c963f92bd1077e823c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 28 Aug 2020 09:35:38 +0200 Subject: gnu: odamex: Update to 0.8.3. * gnu/packages/games.scm (odamex): Update to 0.8.3. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index af20bc508f..479ae52ab0 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7048,7 +7048,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.") (define-public odamex (package (name "odamex") - (version "0.8.1") + (version "0.8.3") (source (origin (method url-fetch) @@ -7056,7 +7056,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.") "mirror://sourceforge/odamex/Odamex/" version "/" "odamex-src-" version ".tar.gz")) (sha256 - (base32 "1ywbqkfacc9fc5di3dn95y5ah2ys9i241j64q3f37a73x92llw1i")))) + (base32 "0f887g87bmcq4dpcga7xc2mpxs947dkbc934ir9xs55gz6z13q96")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; no tests (inputs -- cgit v1.2.3 ss='active' href='/guix/log/gnu/tests/databases.scm'>logtreecommitdiff
path: root/gnu/tests/databases.scm
AgeCommit message (Expand)Author
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès
2018-03-10tests: databases: Add a system test for PostgreSQL....Christopher Baines
2017-10-08tests: databases: Add a simple test for MySQL....Christopher Baines
2017-10-06services: Add MongoDB....Christopher Baines
2017-08-15gnu: Fix memcached service startup....Christopher Baines
2017-07-30services: Add memcached....Christopher Baines