guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.0.3.


From: guix-commits
Subject: 01/05: gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.0.3.
Date: Thu, 6 Oct 2022 15:18:23 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

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

    gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.0.3.
    
    * gnu/packages/game-development.scm (python-pygame-sdl2): Update to
    2.1.0-for-renpy-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 889b435cfb..7b283e4f1e 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1210,7 +1210,7 @@ to create fully featured games and multimedia programs in 
the python language.")
 
 (define-public python-pygame-sdl2
   (let ((real-version "2.1.0")
-        (renpy-version "8.0.0"))
+        (renpy-version "8.0.3"))
     (package
       (inherit python-pygame)
       (name "python-pygame-sdl2")
@@ -1220,7 +1220,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 
"0majf64pdfba5byjlv41pgsdmwvy09hw3m7143jz3kc1wjd2gaw8"))
+         (sha256 (base32 
"1nq78mybkvshshdjy5bly6nfq6dnwll648ng62fwmksxpni17486"))
          (modules '((guix build utils)))
          (snippet
           '(begin



reply via email to

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