python3Packages.cython: 3.2.4 -> 3.2.5

https://github.com/cython/cython/blob/3.2.5/CHANGES.rst
This commit is contained in:
Martin Weinelt
2026-06-03 04:13:12 +02:00
parent 6bdef48f8f
commit 48a07c243a
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "cython";
version = "3.2.4";
version = "3.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "cython";
repo = "cython";
tag = version;
hash = "sha256-8J5EcaQXexWEA+se5rCR06CwlEYao2XK5TnVNgFGHYQ=";
hash = "sha256-wes7UFSWW00tKTmp3Aqk0jDpMMRVHRIhonC6CD7pwB4=";
};
build-system = [