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.
1 parent d276d38 commit 5b340f9Copy full SHA for 5b340f9
pkgs/development/python-modules/types-pytz/default.nix
@@ -7,12 +7,12 @@
7
8
buildPythonPackage rec {
9
pname = "types-pytz";
10
- version = "2024.1.0.20240417";
+ version = "2024.2.0.20240913";
11
pyproject = true;
12
13
src = fetchPypi {
14
inherit pname version;
15
- hash = "sha256-aBDIofaPIf3w9PN0pDJIfHdkWgrAsx3kv0aQzyGtOYE=";
+ hash = "sha256-RDO130pvxYe77UFxbYalul2DK0N45Qb0DTS8nIHfLCQ=";
16
};
17
18
nativeBuildInputs = [ setuptools ];
0 commit comments