guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python2-renpy: Update to 7.4.8.


From: guix-commits
Subject: 03/03: gnu: python2-renpy: Update to 7.4.8.
Date: Wed, 4 Aug 2021 09:46:11 -0400 (EDT)

leoprikler pushed a commit to branch master
in repository guix.

commit 047d792d14813340cba4baa49ecfa951992bb4b4
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Wed Aug 4 15:13:56 2021 +0200

    gnu: python2-renpy: Update to 7.4.8.
    
    * gnu/packages/game-development.scm (python2-renpy): Update to 7.4.8.
---
 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 478293a..2a58848 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1165,13 +1165,13 @@ developed mainly for Ren'py.")
 (define-public python2-renpy
   (package
     (name "python2-renpy")
-    (version "7.4.6")
+    (version "7.4.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.renpy.org/dl/"; version
                            "/renpy-" version "-source.tar.bz2"))
-       (sha256 (base32 "1nnidghwi725n6kizd18fk3fdyh1fx4d48jngg8cnwgnz7i66bd6"))
+       (sha256 (base32 "1ml3gs87xxk1iflrg5ivffr4q8fi7d65l1cx462bvvpm1rs2sa8d"))
        (modules '((guix build utils)))
        (patches
         (search-patches



reply via email to

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