From e0a5fbe0fec1a752105c87995a1736e2cd273566 Mon Sep 17 00:00:00 2001 From: Kjartan Oli Agustsson Date: Thu, 20 Nov 2025 01:11:56 +0000 Subject: [PATCH] gnu: wesnoth: Update to 1.19.18. * gnu/packages/games.scm (wesnoth): Update to 1.19.18. Change-Id: I1353f7a425a0ca84b2e76b24cf10ab20f232450a Signed-off-by: Andreas Enge --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c61fa270989e7b095b0ae0c52778c25412be244d..8108b597c039fc9f354a93c94543336d779ed837 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5163,7 +5163,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.18.5") + (version "1.19.18") (source (origin (method git-fetch) (uri (git-reference @@ -5172,7 +5172,7 @@ falling, themeable graphics and sounds, and replays.") (file-name (git-file-name name version)) (sha256 (base32 - "16mrdpz1yq12ppnrmm4yv768zmh08qjdxh892pzc5i17n7xkmpy4")))) + "1rykgbgwip3pn4fj4cihmggjljx8kakv6nglcvrk9l14cm95h9g6")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;no test target