python3Packages.cython: 0.29.28 -> 0.29.30

This commit is contained in:
Phillip Cloud 2022-06-05 11:30:44 -05:00 committed by Sandro Jäckel
parent 674e43540d
commit 9a40b19bed
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -4,7 +4,6 @@
, fetchPypi , fetchPypi
, fetchpatch , fetchpatch
, python , python
, glibcLocales
, pkg-config , pkg-config
, gdb , gdb
, numpy , numpy
@ -24,12 +23,13 @@ let
; ;
in buildPythonPackage rec { in buildPythonPackage rec {
pname = "Cython"; pname = "cython";
version = "0.29.28"; version = "0.29.30";
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "Cython";
sha256 = "sha256-1vrCNCgCww5RQmgo/ghP9N6xszhzZ8+Yl2uy5ktvjkU="; inherit version;
sha256 = "sha256-IjW2Laj+b6i5lCLI5YPy+5XhQ4Z9M3tcdeS5oahl+eM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -40,7 +40,6 @@ in buildPythonPackage rec {
gdb numpy ncurses gdb numpy ncurses
]; ];
buildInputs = [ glibcLocales ];
LC_ALL = "en_US.UTF-8"; LC_ALL = "en_US.UTF-8";
patches = [ patches = [