pythonPackages.pandas: 0.25.0 -> 0.25.1

This commit is contained in:
Robert Scott 2019-10-03 23:43:06 +01:00 committed by Jon
parent 25a36477c8
commit 8044cf3668

View File

@ -30,11 +30,11 @@ let
in buildPythonPackage rec { in buildPythonPackage rec {
pname = "pandas"; pname = "pandas";
version = "0.25.0"; version = "0.25.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "914341ad2d5b1ea522798efa4016430b66107d05781dbfe7cf05eba8f37df995"; sha256 = "1xm9dmbngsq46vj836csnb5j0bs88b1d713b0b5vx1q6gdxijbnb";
}; };
checkInputs = [ pytest glibcLocales moto hypothesis ]; checkInputs = [ pytest glibcLocales moto hypothesis ];