mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: python2-renpy: Update to 7.4.11.
* gnu/packages/game-development.scm (python2-renpy): Update to 7.4.11.
This commit is contained in:
parent
a69392bfb3
commit
98af365b68
1 changed files with 2 additions and 2 deletions
|
@ -1273,13 +1273,13 @@ (define-public python2-pygame-sdl2
|
|||
(define-public python2-renpy
|
||||
(package
|
||||
(name "python2-renpy")
|
||||
(version "7.4.10")
|
||||
(version "7.4.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.renpy.org/dl/" version
|
||||
"/renpy-" version "-source.tar.bz2"))
|
||||
(sha256 (base32 "1yngs2kh1l8micg28mcp9580qsvgq3aa8bkhv2xqfkg9qqrbr8y4"))
|
||||
(sha256 (base32 "0zkhg2sd2hglm9dkansf4h8sq7lm7iqslzl763ambp4kyfdvd07q"))
|
||||
(modules '((guix build utils)))
|
||||
(patches
|
||||
(search-patches
|
||||
|
|
Loading…
Reference in a new issue