guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python2-pygame-sdl2: Update to renpy-version 7.4.2.


From: guix-commits
Subject: 01/02: gnu: python2-pygame-sdl2: Update to renpy-version 7.4.2.
Date: Sun, 7 Feb 2021 14:26:23 -0500 (EST)

leoprikler pushed a commit to branch master
in repository guix.

commit bab3110d44f454e5bed0a3fc10c5d4a8b33cc220
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun Feb 7 20:23:57 2021 +0100

    gnu: python2-pygame-sdl2: Update to renpy-version 7.4.2.
    
    * gnu/packages/game-development.scm (python2-pygame-sdl2): Update to
    renpy-version 7.4.2.
---
 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 70a0a12..1ddd0e5 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1088,7 +1088,7 @@ to create fully featured games and multimedia programs in 
the python language.")
 
 (define-public python2-pygame-sdl2
   (let ((real-version "2.1.0")
-        (renpy-version "7.4.0"))
+        (renpy-version "7.4.2"))
     (package
       (inherit python2-pygame)
       (name "python2-pygame-sdl2")
@@ -1098,7 +1098,7 @@ to create fully featured games and multimedia programs in 
the python language.")
          (method url-fetch)
          (uri (string-append "https://www.renpy.org/dl/"; renpy-version
                              "/pygame_sdl2-" version ".tar.gz"))
-         (sha256 (base32 
"04hnfy1zbncs8n0m46sh6r8l55l2bz5y08a1birkhlri13f8zc29"))
+         (sha256 (base32 
"1lpk69nh379x5pdlr838x5b49spzksn9hyqiq2g0q28k0xk4lm67"))
          (modules '((guix build utils)))
          (snippet
           '(begin



reply via email to

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