From 11e25e6d024cb74a836aea273b20ec6d4787831d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 12 Aug 2025 10:35:32 +0000 Subject: [PATCH] python3Packages.types-pytz: 2025.2.0.20250516 -> 2025.2.0.20250809 --- pkgs/development/python-modules/types-pytz/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-pytz/default.nix b/pkgs/development/python-modules/types-pytz/default.nix index 35d6c4e1d2f5..0c5d3899ac7d 100644 --- a/pkgs/development/python-modules/types-pytz/default.nix +++ b/pkgs/development/python-modules/types-pytz/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "types-pytz"; - version = "2025.2.0.20250516"; + version = "2025.2.0.20250809"; pyproject = true; src = fetchPypi { pname = "types_pytz"; inherit version; - hash = "sha256-4SFjBvjA1dptr9ZJLnLrCAyaFmFx+oDdehmQ/Yvnp7M="; + hash = "sha256-Ii4y5qKbsohx+INOh4XjgB8txEQccVzSCCsnHuy+IeU="; }; build-system = [ setuptools ];