python312Packages.types-pytz: 2024.2.0.20240913 -> 2024.2.0.20241003

This commit is contained in:
Fabian Affolter 2024-10-13 09:53:31 +02:00
parent c0ca072b4d
commit 0622469187

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "types-pytz";
version = "2024.2.0.20240913";
version = "2024.2.0.20241003";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-RDO130pvxYe77UFxbYalul2DK0N45Qb0DTS8nIHfLCQ=";
hash = "sha256-V13DjzhakiohK6wAp9bS4W4UETKjyVUHj0pP0T7Wy0Q=";
};
build-system = [ setuptools ];