python312Packages.types-pytz: 2024.1.0.20240417 -> 2024.2.0.20240913 (#342654)

This commit is contained in:
Fabian Affolter 2024-09-18 09:00:53 +02:00 committed by GitHub
commit c1fda64f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,15 +7,15 @@
buildPythonPackage rec {
pname = "types-pytz";
version = "2024.1.0.20240417";
version = "2024.2.0.20240913";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-aBDIofaPIf3w9PN0pDJIfHdkWgrAsx3kv0aQzyGtOYE=";
hash = "sha256-RDO130pvxYe77UFxbYalul2DK0N45Qb0DTS8nIHfLCQ=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
# Modules doesn't have tests
doCheck = false;