me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2021-06-22 10:35:58 +02:00
parent b6fc274637
commit 662316b0d6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 6 additions and 0 deletions

View File

@ -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")