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 2a5a3c2 + 9b7a02a commit c1fda64Copy full SHA for c1fda64
pkgs/development/python-modules/types-pytz/default.nix
@@ -7,15 +7,15 @@
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 ];
+ build-system = [ setuptools ];
19
20
# Modules doesn't have tests
21
doCheck = false;
0 commit comments