mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pandas: Update to 0.14.0
This commit is contained in:
parent
52762ed416
commit
5a32b6b4ef
@ -4878,11 +4878,11 @@ rec {
|
||||
});
|
||||
|
||||
pandas = buildPythonPackage rec {
|
||||
name = "pandas-0.12.0";
|
||||
name = "pandas-0.14.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/pandas/${name}.tar.gz";
|
||||
sha256 = "0vf865wh1kcq33189ykqgngb25nxhxxch6skfdl3c6w024v4r6xy";
|
||||
sha256 = "f7997debca756c4dd5ccdf5a010dfe3d1c7dac98ee706b715d994cf7c9d35528";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
|
Loading…
Reference in New Issue
Block a user