From 662316b0d6edcb838a4a70fc329660d425f5fe79 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Jun 2021 10:35:58 +0200 Subject: gnu: widelands: Ensure Guix catches versioning scheme switch. * gnu/packages/games.scm (widelands-21): New variable. "21" was the last beta release. Upstream has now switched to a new versioning scheme, with lesser numbers. --- gnu/packages/games.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9944c0dcc6..1da5fa468d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5303,6 +5303,12 @@ of war. Widelands also offers an Artificial Intelligence to challenge you.") license:silofl1.1 ;Widelands.ttf license:cc-by-sa3.0)))) ;some music files +(define-public widelands-21 + (package + (inherit widelands) + (version "21") + (properties `((superseded . ,widelands))))) + (define-public starfighter (package (name "starfighter") -- cgit v1.2.3