python: pandas: 0.25.2 -> 0.25.3
This commit is contained in:
parent
31f555030b
commit
689697ff13
|
@ -30,11 +30,11 @@ let
|
||||||
|
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "pandas";
|
pname = "pandas";
|
||||||
version = "0.25.2";
|
version = "0.25.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ca91a19d1f0a280874a24dca44aadce42da7f3a7edb7e9ab7c7baad8febee2be";
|
sha256 = "52da74df8a9c9a103af0a72c9d5fdc8e0183a90884278db7f386b5692a2220a4";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest glibcLocales moto hypothesis ];
|
checkInputs = [ pytest glibcLocales moto hypothesis ];
|
||||||
|
|
Loading…
Reference in New Issue