mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: renpy: Update to 8.3.0.
* gnu/packages/game-development.scm (python-renpy): Update to 8.3.0.
This commit is contained in:
parent
55a5e509c3
commit
8cf823c17b
1 changed files with 2 additions and 2 deletions
|
@ -1431,7 +1431,7 @@ (define-public python-pygame-sdl2
|
|||
(define-public python-renpy
|
||||
(package
|
||||
(name "python-renpy")
|
||||
(version "8.2.0")
|
||||
(version "8.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1439,7 +1439,7 @@ (define-public python-renpy
|
|||
"/renpy-" version "-source.tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"02v54qqjjigfqhdr50kzhkdvplk56bvprq65jl57kcs1qhvlf5s9"))
|
||||
"1xb9ixb73nm271frkchrqpf64bcrdvrk3n4281dxzm4k4wj60rwb"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
Loading…
Reference in a new issue