diff mbox series

[bug#67699,2/2] gnu: python-renpy: Update to 8.1.3.

Message ID c7d44348a4a5e7de9cb837291b2be2de2b906c86.1701978540.git.liliana.prikler@gmail.com
State New
Headers show
Series Update Ren'py to 8.1.3 | expand

Commit Message

Liliana Marie Prikler Dec. 7, 2023, 7:48 p.m. UTC
* gnu/packages/game-development.scm (python-renpy): Update to 8.1.3.

Change-Id: I5e265cdc0f83eda9ae19a3627fa8cd69ef103806
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Liliana Marie Prikler Dec. 18, 2023, 3:02 a.m. UTC | #1
Am Donnerstag, dem 07.12.2023 um 20:48 +0100 schrieb Liliana Marie
Prikler:
> * gnu/packages/game-development.scm (python-renpy): Update to 8.1.3.
> 
> Change-Id: I5e265cdc0f83eda9ae19a3627fa8cd69ef103806
Pushed now.

Cheers
diff mbox series

Patch

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index d65c15530c..84d0381385 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1390,7 +1390,7 @@  (define-public python-pygame-sdl2
 (define-public python-renpy
   (package
     (name "python-renpy")
-    (version "8.1.0")
+    (version "8.1.3")
     (source
      (origin
        (method url-fetch)
@@ -1398,7 +1398,7 @@  (define-public python-renpy
                            "/renpy-" version "-source.tar.bz2"))
        (sha256
         (base32
-         "08l7z2vwqxkskj3rs2a0w9ahah28ixq8hy48h30k2dm9g19h450h"))
+         "1g6fz5dxp7yxhgv6q4brzf5hpfqq3l1g3dfv3fsiwwn6mj0b01z2"))
        (modules '((guix build utils)))
        (snippet
         #~(begin