python310Packages.types-pytz: 2021.3.7 -> 2021.3.8

This commit is contained in:
Fabian Affolter 2022-05-07 17:41:54 +02:00
parent 36f342125a
commit f398d4f0fd

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-pytz";
version = "2021.3.7";
version = "2021.3.8";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-EdW6BiaBZ5U8zEo+7hksJLQtANKu9FbBYKh5iJPLIIE=";
sha256 = "sha256-QSU6OivwKLaj8XtYdJppLZVa8PdOl13pT29NLTzQHb0=";
};
# Modules doesn't have tests