Skip to content

Commit c1fda64

Browse files
authored
python312Packages.types-pytz: 2024.1.0.20240417 -> 2024.2.0.20240913 (#342654)
2 parents 2a5a3c2 + 9b7a02a commit c1fda64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

1313
src = fetchPypi {
1414
inherit pname version;
15-
hash = "sha256-aBDIofaPIf3w9PN0pDJIfHdkWgrAsx3kv0aQzyGtOYE=";
15+
hash = "sha256-RDO130pvxYe77UFxbYalul2DK0N45Qb0DTS8nIHfLCQ=";
1616
};
1717

18-
nativeBuildInputs = [ setuptools ];
18+
build-system = [ setuptools ];
1919

2020
# Modules doesn't have tests
2121
doCheck = false;

0 commit comments

Comments
 (0)