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

* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0+renpy8.3.0.
This commit is contained in:
Liliana Marie Prikler 2024-05-04 09:37:40 +02:00
parent 5da23b0d5c
commit 55a5e509c3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1380,7 +1380,7 @@ (define-public python-pygame
(define-public python-pygame-sdl2
(let ((real-version "2.1.0")
(renpy-version "8.2.0"))
(renpy-version "8.3.0"))
(package
(inherit python-pygame)
(name "python-pygame-sdl2")
@ -1390,7 +1390,7 @@ (define-public python-pygame-sdl2
(method url-fetch)
(uri (string-append "https://www.renpy.org/dl/" renpy-version
"/pygame_sdl2-" version ".tar.gz"))
(sha256 (base32 "17mc39c7ha83kzv2wmq61a15mn6p8wh2y33ixhf5sb4bvyr48mhy"))
(sha256 (base32 "1p8a4v3r5vjxhiwxdmqqhkl38zav6c4a6w6v2nixzdhzyfkgk16n"))
(modules '((guix build utils)))
(snippet
'(begin