python3Packages.pandas: 1.1.3 -> 1.1.4

This commit is contained in:
Frederik Rietdijk 2020-11-04 15:04:23 +01:00 committed by Jonathan Ringer
parent baa93c3dee
commit 57887f659d

View File

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