From 232f3a9886cc1d3be409176f2e39dfb0819cd30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 25 Nov 2025 17:33:53 +0800 Subject: [PATCH] Revert "gnu: wesnoth: Update to 1.19.18." This reverts commit e0a5fbe0fec1a752105c87995a1736e2cd273566. 1.18.5 is the latest stable version. --- 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 a9f1e2417ac0c3eedd867acadce789ec7cbdc62c..d66250ad7e91d837aae3878a034d91d5f41ce1d5 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.19.18") + (version "1.18.5") (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 - "1rykgbgwip3pn4fj4cihmggjljx8kakv6nglcvrk9l14cm95h9g6")))) + "16mrdpz1yq12ppnrmm4yv768zmh08qjdxh892pzc5i17n7xkmpy4")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;no test target