python3Packages.pygame-ce: 2.5.4 -> 2.5.5

Changelog: https://github.com/pygame-community/pygame-ce/releases/tag/2.5.5
This commit is contained in:
Peder Bergebakken Sundt
2025-06-12 23:57:32 +02:00
parent d99ec37e3d
commit 3e0dc9718d
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "pygame-ce";
version = "2.5.4";
version = "2.5.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "pygame-community";
repo = "pygame-ce";
tag = version;
hash = "sha256-joMc3QaQNbZ65pBJ7r5D6lWAGW9eM+e0k/ozOHfQL4U=";
hash = "sha256-OWC063N7G8t2ai/Qyz8DwP76BrFve5ZCbLD/mQwVbi4=";
# Unicode files cause different checksums on HFS+ vs. other filesystems
postFetch = "rm -rf $out/docs/reST";
};