gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.1.0.

* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0-for-renpy-8.1.0.
This commit is contained in:
Liliana Marie Prikler 2023-05-19 11:01:06 +02:00
parent 4f01ef2acb
commit 12fcdbd409
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1278,7 +1278,7 @@ (define-public python-pygame
(define-public python-pygame-sdl2 (define-public python-pygame-sdl2
(let ((real-version "2.1.0") (let ((real-version "2.1.0")
(renpy-version "8.0.3")) (renpy-version "8.1.0"))
(package (package
(inherit python-pygame) (inherit python-pygame)
(name "python-pygame-sdl2") (name "python-pygame-sdl2")
@ -1288,7 +1288,7 @@ (define-public python-pygame-sdl2
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.renpy.org/dl/" renpy-version (uri (string-append "https://www.renpy.org/dl/" renpy-version
"/pygame_sdl2-" version ".tar.gz")) "/pygame_sdl2-" version ".tar.gz"))
(sha256 (base32 "1nq78mybkvshshdjy5bly6nfq6dnwll648ng62fwmksxpni17486")) (sha256 (base32 "1qj39jqnv334p4wnxc2v5qxyahp7nkqf9hpdd2sgqcmgaqwnqqmj"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin