python312Packages.types-pytz: 2025.1.0.20250204 -> 2025.1.0.20250318 (#392105)

This commit is contained in:
Fabian Affolter
2025-03-22 17:30:11 +01:00
committed by GitHub
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-pytz";
version = "2025.1.0.20250204";
version = "2025.1.0.20250318";
pyproject = true;
src = fetchPypi {
pname = "types_pytz";
inherit version;
hash = "sha256-APdQEydp8cZaT3JAvITxOYW02ndL0X375dnNRCdGvUk=";
hash = "sha256-l+DjUYTG/hTjpQFFEgV/LFe7DGWC1jwc/MSAn4IYBEk=";
};
build-system = [ setuptools ];