Merge pull request #59441 from teto/pandas_0242

python: pandas: 0.24.1 -> 0.24.2
This commit is contained in:
Michael Raskin 2019-04-14 15:32:37 +00:00 committed by GitHub
commit 26ac11021c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,11 +30,11 @@ let
in buildPythonPackage rec {
pname = "pandas";
version = "0.24.1";
version = "0.24.2";
src = fetchPypi {
inherit pname version;
sha256 = "435821cb2501eabbcee7e83614bd710940dc0cf28b5afbc4bdb816c31cec71af";
sha256 = "18imlm8xbhcbwy4wa957a1fkamrcb0z988z006jpfda3ki09z4ag";
};
checkInputs = [ pytest glibcLocales moto hypothesis ];