forked from mirrors/nixpkgs
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_18 = let
|
||||
pandas = let
|
||||
inherit (pkgs.stdenv.lib) optional optionalString;
|
||||
inherit (pkgs.stdenv) isDarwin;
|
||||
in buildPythonPackage rec {
|
||||
name = "pandas-${version}";
|
||||
version = "0.19.0";
|
||||
version = "0.19.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/p/pandas/${name}.tar.gz";
|
||||
sha256 = "4697606cdf023c6b7fcb74e48aaf25cf282a1a00e339d2d274cf1b663748805b";
|
||||
sha256 = "2509feaeda72fce03675e2eccd2284bb1cadb6a0737008a5e741fe2431d47421";
|
||||
};
|
||||
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
buildInputs = with self; [ nose pkgs.glibcLocales ] ++ optional isDarwin pkgs.libcxx;
|
||||
propagatedBuildInputs = with self; [
|
||||
|
|
Loading…
Reference in a new issue