pythonPackages.pandas: 0.18.0 -> 0.18.1
This commit is contained in:
parent
c280d9cb15
commit
4db1351bc1
@ -15671,11 +15671,11 @@ in modules // {
|
|||||||
inherit (pkgs.stdenv) isDarwin;
|
inherit (pkgs.stdenv) isDarwin;
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
name = "pandas-${version}";
|
name = "pandas-${version}";
|
||||||
version = "0.18.0";
|
version = "0.18.1";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/p/pandas/${name}.tar.gz";
|
url = "mirror://pypi/p/pandas/${name}.tar.gz";
|
||||||
sha256 = "050qw0ap5bhyv5flp78x3lcq1dlminl3xaj6kbrm0jqmx0672xf9";
|
sha256 = "1ckpxrvvjj6zxmn68icd9hib8qcpx9b35f6izxnr25br5ilq7r6j";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user