gnu: python2-pygame-sdl2: Update to renpy version 7.4.11.
* gnu/packages/game-development.scm (python2-pygame-sdl2): Update to renpy version 7.4.11.
This commit is contained in:
parent
0f9e73841e
commit
a69392bfb3
1 changed files with 2 additions and 2 deletions
|
@ -1218,7 +1218,7 @@ to create fully featured games and multimedia programs in the python language.")
|
||||||
|
|
||||||
(define-public python-pygame-sdl2
|
(define-public python-pygame-sdl2
|
||||||
(let ((real-version "2.1.0")
|
(let ((real-version "2.1.0")
|
||||||
(renpy-version "7.4.10"))
|
(renpy-version "7.4.11"))
|
||||||
(package
|
(package
|
||||||
(inherit python-pygame)
|
(inherit python-pygame)
|
||||||
(name "python-pygame-sdl2")
|
(name "python-pygame-sdl2")
|
||||||
|
@ -1228,7 +1228,7 @@ to create fully featured games and multimedia programs in the python language.")
|
||||||
(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 "0m0asrr722a4v24fm8199b0c53igagylay8bn9bz9rmc0r4v8si4"))
|
(sha256 (base32 "0nxvca16299jx6sp0ys29rqixcs21ymhqwjfkbchhss0yar7qjgz"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue