We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de19a68 + 22bdef7 commit 7382d07Copy full SHA for 7382d07
pkgs/development/python-modules/types-pytz/default.nix
@@ -7,13 +7,13 @@
7
8
buildPythonPackage rec {
9
pname = "types-pytz";
10
- version = "2025.2.0.20250326";
+ version = "2025.2.0.20250516";
11
pyproject = true;
12
13
src = fetchPypi {
14
pname = "types_pytz";
15
inherit version;
16
- hash = "sha256-3toC3iT1JwZvyNahnihKs/OucWpCtK22tA515AjAjTY=";
+ hash = "sha256-4SFjBvjA1dptr9ZJLnLrCAyaFmFx+oDdehmQ/Yvnp7M=";
17
};
18
19
build-system = [ setuptools ];
0 commit comments