gnu: python-pygame: Update to 2.5.2.

* gnu/packages/game-development.scm (python-pygame): Update to 2.5.2.

Change-Id: I8fc18627b16ff7e7aeeb84fdb2fdb82593e6ddb7
This commit is contained in:
Ricardo Wurmus 2024-02-19 21:18:14 +01:00
parent 2a90ce896f
commit 23f89717e4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1311,13 +1311,13 @@ (define-public quesoglc
(define-public python-pygame
(package
(name "python-pygame")
(version "2.1.2")
(version "2.5.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "pygame" version))
(sha256
(base32
"0g6j79naab7583kymf1bgxc5l5c9h5laq887rmvh8vw8iyifrl6n"))))
"0jn2n70hmgr33yc6xzdi33cs5w7jnmgi44smyxfarrrrsnsrxf61"))))
(build-system python-build-system)
(arguments
(list