[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.1.0.
From: |
guix-commits |
Subject: |
08/11: gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.1.0. |
Date: |
Sun, 28 May 2023 17:15:44 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 12fcdbd4095b89654bb0f62b6fab01b32cd4e50c
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri May 19 11:01:06 2023 +0200
gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.1.0.
* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0-for-renpy-8.1.0.
---
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 75957f7a6b..9333a82a6a 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1278,7 +1278,7 @@ and multimedia programs in the Python language.")
(define-public python-pygame-sdl2
(let ((real-version "2.1.0")
- (renpy-version "8.0.3"))
+ (renpy-version "8.1.0"))
(package
(inherit python-pygame)
(name "python-pygame-sdl2")
@@ -1288,7 +1288,7 @@ 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
"1nq78mybkvshshdjy5bly6nfq6dnwll648ng62fwmksxpni17486"))
+ (sha256 (base32
"1qj39jqnv334p4wnxc2v5qxyahp7nkqf9hpdd2sgqcmgaqwnqqmj"))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (9845e408e5 -> d64d6ea2cf), guix-commits, 2023/05/28
- 01/11: gnu: emacs-next: Update to 29.0.91., guix-commits, 2023/05/28
- 05/11: gnu: Remove paraview-5.9., guix-commits, 2023/05/28
- 09/11: gnu: python-pygame-sdl2: Use G-Expressions., guix-commits, 2023/05/28
- 02/11: gnu: emacs-next-tree-sitter: "Downgrade" to 29.0.91., guix-commits, 2023/05/28
- 04/11: gnu: cli11: Use G-Expressions., guix-commits, 2023/05/28
- 08/11: gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.1.0.,
guix-commits <=
- 06/11: gnu: paraview: Update to 5.11.1., guix-commits, 2023/05/28
- 07/11: gnu: python-mpi4py: Update home-page., guix-commits, 2023/05/28
- 11/11: gnu: python-renpy: Use G-Expressions., guix-commits, 2023/05/28
- 03/11: gnu: cli11: Update to 2.3.2., guix-commits, 2023/05/28
- 10/11: gnu: python-renpy: Update to 8.1.0., guix-commits, 2023/05/28