python3Packages.types-pytz: 2024.2.0.20241003 -> 2024.2.0.20241221

This commit is contained in:
Martin Weinelt
2025-01-27 10:57:46 +01:00
parent 5b4e8c4f25
commit 574d8c5dee
@@ -7,12 +7,13 @@
buildPythonPackage rec {
pname = "types-pytz";
version = "2024.2.0.20241003";
version = "2024.2.0.20241221";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-V13DjzhakiohK6wAp9bS4W4UETKjyVUHj0pP0T7Wy0Q=";
pname = "types_pytz";
inherit version;
hash = "sha256-BtfN6WE+n3UEdmoFVKJww2lDS1DgCXWzpKD27tDywak=";
};
build-system = [ setuptools ];