From 35d5f08ad7870ba30c418cfddbb1b5713e6fe459 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 2 Apr 2025 12:30:32 +0000 Subject: [PATCH] python312Packages.types-pytz: 2025.1.0.20250318 -> 2025.2.0.20250326 --- 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 eba78ae955fa..e6771acefb51 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.1.0.20250318"; + version = "2025.2.0.20250326"; pyproject = true; src = fetchPypi { pname = "types_pytz"; inherit version; - hash = "sha256-l+DjUYTG/hTjpQFFEgV/LFe7DGWC1jwc/MSAn4IYBEk="; + hash = "sha256-3toC3iT1JwZvyNahnihKs/OucWpCtK22tA515AjAjTY="; }; build-system = [ setuptools ];