python3Packages.types-pytz: 2025.2.0.20250326 -> 2025.2.0.20250516 (#408668)

authored by Weijia Wang and committed by GitHub 7382d075 de19a688

+2 -2
+2 -2
pkgs/development/python-modules/types-pytz/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "types-pytz"; 10 - version = "2025.2.0.20250326"; 10 + version = "2025.2.0.20250516"; 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 pname = "types_pytz"; 15 15 inherit version; 16 - hash = "sha256-3toC3iT1JwZvyNahnihKs/OucWpCtK22tA515AjAjTY="; 16 + hash = "sha256-4SFjBvjA1dptr9ZJLnLrCAyaFmFx+oDdehmQ/Yvnp7M="; 17 17 }; 18 18 19 19 build-system = [ setuptools ];