3
0
Fork 0
forked from mirrors/nixpkgs

Update Pandas library

This commit is contained in:
Michael Raskin 2014-11-04 01:38:06 +03:00
parent 19645e229c
commit 2d196dc36b

View file

@ -5957,11 +5957,11 @@ let
};
pandas = buildPythonPackage rec {
name = "pandas-0.14.0";
name = "pandas-0.15.0";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/pandas/${name}.tar.gz";
sha256 = "f7997debca756c4dd5ccdf5a010dfe3d1c7dac98ee706b715d994cf7c9d35528";
sha256 = "1w3wjnn3v37hf3hrd24lfgk6vpykarv9mihhpcfq6y7rg586bgjk";
};
buildInputs = with self; [ nose ];