diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-23 14:14:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-23 16:25:09 +0200 |
commit | adaff1a4811e5a00659346a196b3beca130e7e2e (patch) | |
tree | 3b006263320735f1081bc795d7cc814b80edee88 /gnu/packages | |
parent | 3f8041f9cd75e91fcb10e9100c567a9b7ad20570 (diff) | |
download | guix-adaff1a4811e5a00659346a196b3beca130e7e2e.tar.gz |
gnu: warzone2100: Update to 3.4.1.
* gnu/packages/games.scm (warzone2100): Update to 3.4.1.
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 6d796a941d..556f813396 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4566,7 +4566,7 @@ in-window at 640x480 resolution or fullscreen.") (define-public warzone2100 (package (name "warzone2100") - (version "3.4.0") + (version "3.4.1") (source (origin (method url-fetch) @@ -4574,7 +4574,7 @@ in-window at 640x480 resolution or fullscreen.") version "/warzone2100_src.tar.xz")) (sha256 - (base32 "0g4qwi9zw0s4pfgrz3fxhargsj3405rbrh9zy3b2j3arzss2h0gy")) + (base32 "0savalmw1kp1sf8vg5aqrl5hc77p4jacxy5y9qj8k2hi2vqdfb7a")) (modules '((guix build utils))) (snippet '(begin |