python310Packages.Cython: 0.29.34 -> 0.29.36

https://github.com/cython/cython/blob/0.29.36/CHANGES.rst
This commit is contained in:
Sandro Jäckel 2023-07-05 00:59:14 +02:00
parent ac66b27438
commit 1faabed23a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -24,12 +24,12 @@ let
in buildPythonPackage rec {
pname = "cython";
version = "0.29.34";
version = "0.29.36";
src = fetchPypi {
pname = "Cython";
inherit version;
hash = "sha256-GQloj117Uhpgw5bSC7qeR6Gy0nhL+whUAeHh59KaKag=";
hash = "sha256-QcDP0tdU44PJ7rle/8mqSrhH0Ml0cHfd18Dctow7wB8=";
};
nativeBuildInputs = [