gnu: python-xsge: Update to 2021.10.11.

* gnu/packages/game-development.scm (python-xsge): Update to 2021.10.11.
[native-inputs]: Remove unzip.

Change-Id: I2fd9530b61691adf5bb7c7b17c2060bf06d14c86
This commit is contained in:
宋文武 2024-09-02 09:32:50 +08:00
parent 46cbe7d520
commit 2fed0622bc
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -546,15 +546,15 @@ (define-public python-tmx
(define-public python-xsge
(package
(name "python-xsge")
(version "2020.09.07")
(version "2021.10.11")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/python-sge/xsge"
"/releases/download/v" version
"/xsge-" version ".zip"))
"/xsge-" version ".tar.gz"))
(sha256
(base32
"136xgy3f9vw636wxpqbha022avk0wyxw63mm3a2dvwhh90s716f9"))))
"0g86p5i9lflvblzy7977lmxbsma5hdlz63sk0k8c59vnhg8sij4i"))))
(build-system python-build-system)
(arguments
'(#:phases
@ -567,8 +567,6 @@ (define-public python-xsge
(string-append "--prefix=" (assoc-ref outputs "out"))
"--root=/"))))
#:tests? #f)) ; no check target
(native-inputs
(list unzip))
(propagated-inputs
(list python-sge))
(home-page "https://python-sge.github.io/")
@ -578,7 +576,7 @@ (define-public python-xsge
Game Engine easier. In addition to SGE's conveniences, the user has access to a
GUI toolkit, lighting and physics frameworks and @code{Tiled} TMX format
support.")
(license license:gpl3+)))
(license license:lgpl3+)))
(define-public slade
(package