python3Packages.pandas: 1.1.1 -> 1.1.3

This commit is contained in:
Frederik Rietdijk 2020-10-25 10:06:54 +01:00 committed by Jonathan Ringer
parent 686fd3aa38
commit caa139243d

View File

@ -31,11 +31,11 @@ let
in buildPythonPackage rec { in buildPythonPackage rec {
pname = "pandas"; pname = "pandas";
version = "1.1.1"; version = "1.1.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "53328284a7bb046e2e885fd1b8c078bd896d7fc4575b915d4936f54984a2ba67"; sha256 = "babbeda2f83b0686c9ad38d93b10516e68cdcd5771007eb80a763e98aaf44613";
}; };
checkInputs = [ pytest glibcLocales moto hypothesis ]; checkInputs = [ pytest glibcLocales moto hypothesis ];