[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: widelands: Ensure Guix catches versioning scheme switch.
From: |
guix-commits |
Subject: |
01/02: gnu: widelands: Ensure Guix catches versioning scheme switch. |
Date: |
Tue, 22 Jun 2021 04:40:41 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 662316b0d6edcb838a4a70fc329660d425f5fe79
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jun 22 10:35:58 2021 +0200
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(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9944c0d..1da5fa4 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")