gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.1.3.

* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0+renpy8.1.3.

Change-Id: Ide0baef4762b2c4174d10e07ec94427916ac41af
This commit is contained in:
Liliana Marie Prikler 2023-12-07 20:48:10 +01:00
parent 6ab242609d
commit 0cfaf5654a
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87

View File

@ -1341,17 +1341,17 @@ and multimedia programs in the Python language.")
(define-public python-pygame-sdl2
(let ((real-version "2.1.0")
(renpy-version "8.1.0"))
(renpy-version "8.1.3"))
(package
(inherit python-pygame)
(name "python-pygame-sdl2")
(version (string-append real-version "-for-renpy-" renpy-version))
(version (string-append real-version "+renpy" renpy-version))
(source
(origin
(method url-fetch)
(uri (string-append "https://www.renpy.org/dl/" renpy-version
"/pygame_sdl2-" version ".tar.gz"))
(sha256 (base32 "1qj39jqnv334p4wnxc2v5qxyahp7nkqf9hpdd2sgqcmgaqwnqqmj"))
(sha256 (base32 "0qlprs9n3w254ilizqzvr6s01zx72gh7an0bgwxsq4hm22qypdws"))
(modules '((guix build utils)))
(snippet
'(begin