diff options
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 12d4efff4a..c41ec45a6f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5345,7 +5345,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.18.3") + (version "1.18.5") (source (origin (method git-fetch) (uri (git-reference @@ -5354,7 +5354,7 @@ falling, themeable graphics and sounds, and replays.") (file-name (git-file-name name version)) (sha256 (base32 - "0habv0whb0y0r52sjln7yin1nfm3vjjxqlavm7jarcrg2s3v743k")))) + "16mrdpz1yq12ppnrmm4yv768zmh08qjdxh892pzc5i17n7xkmpy4")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;no test target |