guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: python-renpy: Update to 8.0.3.


From: guix-commits
Subject: 02/05: gnu: python-renpy: Update to 8.0.3.
Date: Thu, 6 Oct 2022 15:18:24 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit e4951f7c71b2e94de40a194b4e1d2034266d4c3a
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Oct 6 18:30:07 2022 +0200

    gnu: python-renpy: Update to 8.0.3.
    
    * gnu/packages/game-development.scm (python-renpy): Update to 8.0.3.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 7b283e4f1e..513ed31bc0 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1261,13 +1261,13 @@ developed mainly for Ren'py.")
 (define-public python-renpy
   (package
     (name "python-renpy")
-    (version "8.0.0")
+    (version "8.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.renpy.org/dl/"; version
                            "/renpy-" version "-source.tar.bz2"))
-       (sha256 (base32 "09z3r16j4cxddkb50ghmi4xp0s05s15q4pzdmfajy85ignwqhjdi"))
+       (sha256 (base32 "1b49y60pi6304fg06lw5gajzrgg9w80swpfkn6pw0lxbr6djgjgn"))
        (modules '((guix build utils)))
        (patches
         (search-patches



reply via email to

[Prev in Thread] Current Thread [Next in Thread]