python3Packages.types-pytz: 2021.3.2 -> 2021.3.3

This commit is contained in:
Fabian Affolter 2021-12-28 23:32:36 +01:00 committed by Jonathan Ringer
parent f8e1a69eb2
commit 4fd03856a4

View file

@ -5,17 +5,20 @@
buildPythonPackage rec {
pname = "types-pytz";
version = "2021.3.2";
version = "2021.3.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-xO42Rm+u2a8zTRUJPQXOpBYyPS0EMVi7WCu5TAQav1E=";
sha256 = "sha256-9tIdZoeTWhYV20ZLHh34ANGVAsNrwEhvQ759/SxASUc=";
};
# Modules doesn't have tests
doCheck = false;
pythonImportsCheck = [ "pytz-stubs" ];
pythonImportsCheck = [
"pytz-stubs"
];
meta = with lib; {
description = "Typing stubs for pytz";