diff mbox series

[bug#68644,2/2] gnu: python-renpy: Update to 8.2.0.

Message ID 01be3a445acb132963eb8ca316b94edbd879a009.1705865359.git.liliana.prikler@gmail.com
State New
Headers show
Series Update Ren'py to 8.2.0 | expand

Commit Message

Liliana Marie Prikler Jan. 21, 2024, 7:26 p.m. UTC
* gnu/packages/game-development.scm (python-renpy): Update to 8.2.0.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Liliana Marie Prikler Jan. 28, 2024, 5:19 p.m. UTC | #1
Am Sonntag, dem 21.01.2024 um 20:26 +0100 schrieb Liliana Marie
Prikler:
> * gnu/packages/game-development.scm (python-renpy): Update to 8.2.0.
> ---
Turns out both this and the other thing were yanked and I need to
update the hashes…
diff mbox series

Patch

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 487dab1e34..3697f1391c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1395,7 +1395,7 @@  (define-public python-pygame-sdl2
 (define-public python-renpy
   (package
     (name "python-renpy")
-    (version "8.1.3")
+    (version "8.2.0")
     (source
      (origin
        (method url-fetch)
@@ -1403,7 +1403,7 @@  (define-public python-renpy
                            "/renpy-" version "-source.tar.bz2"))
        (sha256
         (base32
-         "1g6fz5dxp7yxhgv6q4brzf5hpfqq3l1g3dfv3fsiwwn6mj0b01z2"))
+         "19b2vwzk7fkiqayib5hdl8y18cqvn0r4xaa983gyzibb838rq1qy"))
        (modules '((guix build utils)))
        (snippet
         #~(begin