python3Packages.cython: 3.0.11 -> 3.0.11-1

https://github.com/cython/cython/blob/3.0.11-1/CHANGES.rst
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:04 +02:00
parent ff2123561e
commit 8a0a4e836c
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "cython";
version = "3.0.11";
version = "3.0.11-1";
pyproject = true;
src = fetchFromGitHub {
owner = "cython";
repo = "cython";
rev = version;
hash = "sha256-ZyDNv95eS9YrVHIh5C/Xq8OvfX1cnI3f9GjA+OfaONA=";
rev = "refs/tags/${version}";
hash = "sha256-P2k21uNC6X+R6a1dWAIspGnUc6JwAzRXUleVfZG+vqY=";
};
build-system = [