python: pandas: 0.25.3 -> 1.0.0

This commit is contained in:
Frederik Rietdijk 2020-01-30 21:34:58 +01:00
parent 98efcba8df
commit 1a3a0e8181

View File

@ -30,11 +30,11 @@ let
in buildPythonPackage rec { in buildPythonPackage rec {
pname = "pandas"; pname = "pandas";
version = "0.25.3"; version = "1.0.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "52da74df8a9c9a103af0a72c9d5fdc8e0183a90884278db7f386b5692a2220a4"; sha256 = "3ea6cc86931f57f18b1240572216f09922d91b19ab8a01cf24734394a3db3bec";
}; };
checkInputs = [ pytest glibcLocales moto hypothesis ]; checkInputs = [ pytest glibcLocales moto hypothesis ];