forked from mirrors/nixpkgs
python-pandas: update to 0.12.0
This commit is contained in:
parent
ec486f6a7e
commit
34513244ca
|
@ -3613,11 +3613,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||
});
|
||||
|
||||
pandas = buildPythonPackage rec {
|
||||
name = "pandas-0.11.0";
|
||||
name = "pandas-0.12.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/pandas/${name}.tar.gz";
|
||||
sha256 = "1mwh783hcch6lywgjayj8aqmbfv6n8fd2qbf1xlwqk2913ad8x2d";
|
||||
sha256 = "0vf865wh1kcq33189ykqgngb25nxhxxch6skfdl3c6w024v4r6xy";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
|
|
Loading…
Reference in a new issue