diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-01-21 20:26:28 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-01-28 08:13:17 +0100 |
commit | 9d53c236a69786508197c75d42923e8891c9212d (patch) | |
tree | 1cc6ee231bf87fd3c98967c8362634902a11795d /gnu | |
parent | 6a6fa2ba38554727b0bdb732d40d4a987cbe2ff4 (diff) | |
download | guix-9d53c236a69786508197c75d42923e8891c9212d.tar.gz |
gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0.
* gnu/packages/game-development.scm (python-pygame-sdl2): Update to 2.1.0+renpy8.2.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index ea1adf0ecf..487dab1e34 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1344,7 +1344,7 @@ and multimedia programs in the Python language.") (define-public python-pygame-sdl2 (let ((real-version "2.1.0") - (renpy-version "8.1.3")) + (renpy-version "8.2.0")) (package (inherit python-pygame) (name "python-pygame-sdl2") @@ -1354,7 +1354,7 @@ and multimedia programs in the Python language.") (method url-fetch) (uri (string-append "https://www.renpy.org/dl/" renpy-version "/pygame_sdl2-" version ".tar.gz")) - (sha256 (base32 "0qlprs9n3w254ilizqzvr6s01zx72gh7an0bgwxsq4hm22qypdws")) + (sha256 (base32 "0w7imwxz8cvfv1l8v74abw8wbpribd5rhqhrmnh7z5if9ggs6pxw")) (modules '((guix build utils))) (snippet '(begin |