Skip to content

Commit 7382d07

Browse files
authored
python3Packages.types-pytz: 2025.2.0.20250326 -> 2025.2.0.20250516 (#408668)
2 parents de19a68 + 22bdef7 commit 7382d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/types-pytz/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildPythonPackage rec {
99
pname = "types-pytz";
10-
version = "2025.2.0.20250326";
10+
version = "2025.2.0.20250516";
1111
pyproject = true;
1212

1313
src = fetchPypi {
1414
pname = "types_pytz";
1515
inherit version;
16-
hash = "sha256-3toC3iT1JwZvyNahnihKs/OucWpCtK22tA515AjAjTY=";
16+
hash = "sha256-4SFjBvjA1dptr9ZJLnLrCAyaFmFx+oDdehmQ/Yvnp7M=";
1717
};
1818

1919
build-system = [ setuptools ];

0 commit comments

Comments
 (0)