mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
python3Packages.cython: 0.29.28 -> 0.29.30
This commit is contained in:
parent
674e43540d
commit
9a40b19bed
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user