From 4aa14b2298f7e1a88a1004eaaccd0df73b4e7d18 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 9 Aug 2026 14:23:23 +0200 Subject: [PATCH] python3Packages.pygame-ce: 2.5.7 -> 2.5.8 Changelog: https://github.com/pygame-community/pygame-ce/releases/tag/2.5.8 (cherry picked from commit f02614125e455581f4b397c42dd664dbc1635d27) --- pkgs/development/python-modules/pygame-ce/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/pygame-ce/default.nix b/pkgs/development/python-modules/pygame-ce/default.nix index fd6efdd93aee..7ffb8bcdbc29 100644 --- a/pkgs/development/python-modules/pygame-ce/default.nix +++ b/pkgs/development/python-modules/pygame-ce/default.nix @@ -42,7 +42,7 @@ buildPythonPackage (finalAttrs: { pname = "pygame-ce"; - version = "2.5.7"; + version = "2.5.8"; pyproject = true; __structuredAttrs = true; @@ -50,7 +50,7 @@ buildPythonPackage (finalAttrs: { owner = "pygame-community"; repo = "pygame-ce"; tag = finalAttrs.version; - hash = "sha256-Yjs2SLgPVMOy8DCS+Pfk0fs0G//sY20jfGQNJ5rN58Q="; + hash = "sha256-1aUrnTllhaMjsCd/vVQ6aPDgcUdjBTPTeLzfrI6YLCI="; # Unicode files cause different checksums on HFS+ vs. other filesystems postFetch = "rm -rf $out/docs/reST"; }; @@ -78,10 +78,10 @@ buildPythonPackage (finalAttrs: { # cython was pinned to fix windows build hangs (pygame-community/pygame-ce/pull/3015) '' substituteInPlace pyproject.toml \ - --replace-fail "meson-python<=0.18.0" "meson-python" \ - --replace-fail "meson<=1.10.0" "meson" \ + --replace-fail "meson-python<=0.20.0" "meson-python" \ + --replace-fail "meson<=1.11.2" "meson" \ --replace-fail "ninja<=1.13.0" "ninja" \ - --replace-fail "cython<=3.2.4" "cython" \ + --replace-fail "cython<=3.2.9" "cython" \ --replace-fail "sphinx<=8.2.3" "sphinx" \ --replace-fail "astroid<4.0.0" "astroid" \ --replace-fail "sphinx-autoapi<=3.6.0" "sphinx-autoapi" \