pythonPackages.pandas: 0.19.0 -> 0.19.1
This commit is contained in:
parent
20e81f7c0d
commit
92ee96e20e
@ -17569,21 +17569,18 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pandas = self.pandas_18;
|
pandas = let
|
||||||
|
|
||||||
pandas_18 = let
|
|
||||||
inherit (pkgs.stdenv.lib) optional optionalString;
|
inherit (pkgs.stdenv.lib) optional optionalString;
|
||||||
inherit (pkgs.stdenv) isDarwin;
|
inherit (pkgs.stdenv) isDarwin;
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
name = "pandas-${version}";
|
name = "pandas-${version}";
|
||||||
version = "0.19.0";
|
version = "0.19.1";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/p/pandas/${name}.tar.gz";
|
url = "mirror://pypi/p/pandas/${name}.tar.gz";
|
||||||
sha256 = "4697606cdf023c6b7fcb74e48aaf25cf282a1a00e339d2d274cf1b663748805b";
|
sha256 = "2509feaeda72fce03675e2eccd2284bb1cadb6a0737008a5e741fe2431d47421";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
buildInputs = with self; [ nose pkgs.glibcLocales ] ++ optional isDarwin pkgs.libcxx;
|
buildInputs = with self; [ nose pkgs.glibcLocales ] ++ optional isDarwin pkgs.libcxx;
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user