python3Packages.cython: 0.29.30 -> 0.29.32
This commit is contained in:
parent
eeaaa4536e
commit
b465fcfef3
1 changed files with 2 additions and 2 deletions
|
@ -24,12 +24,12 @@ let
|
|||
|
||||
in buildPythonPackage rec {
|
||||
pname = "cython";
|
||||
version = "0.29.30";
|
||||
version = "0.29.32";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Cython";
|
||||
inherit version;
|
||||
sha256 = "sha256-IjW2Laj+b6i5lCLI5YPy+5XhQ4Z9M3tcdeS5oahl+eM=";
|
||||
hash = "sha256-hzPPR1i3kwTypOOev6xekjQbzke8zrJsElQ5iy+MGvc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue