python312Packages.types-pytz: 2025.1.0.20250204 -> 2025.1.0.20250318

This commit is contained in:
R. Ryantm
2025-03-22 14:04:56 +00:00
parent 89bf2a143a
commit 13e0983544
@@ -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 ];