python3Packages.pytz: 2021.1 -> 2021.3

This commit is contained in:
Martin Weinelt 2021-10-09 00:23:14 +02:00
parent fd31491068
commit c1fb5fa48f

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pytz";
version = "2021.1";
version = "2021.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-g6SpCJS/OOJDzwUsi1jzgb/pp6SD9qnKsUC8f3AqxNo=";
sha256 = "acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326";
};
checkPhase = ''