python pandas: 0.17.0 -> 0.17.1

This commit is contained in:
Frederik Rietdijk 2015-11-30 15:28:30 +01:00
parent e505ff8a8d
commit f1fd5fd3d9

View File

@ -12432,11 +12432,11 @@ in modules // {
inherit (pkgs.stdenv) isDarwin;
in buildPythonPackage rec {
name = "pandas-${version}";
version = "0.17.0";
version = "0.17.1";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/pandas/${name}.tar.gz";
sha256 = "320d4fdf734b82adebc8fde9d8ca4b05fe155a72b6f7aa95d76242da8748d6a4";
sha256 = "cfd7214a7223703fe6999fbe34837749540efee1c985e6aee9933f30e3f72837";
};
buildInputs = with self; [ nose ] ++ optional isDarwin pkgs.libcxx;