python312Packages.types-pytz: 2024.1.0.20240417 -> 2024.2.0.20240913

This commit is contained in:
Fabian Affolter
2024-09-17 23:39:53 +02:00
parent d276d38bee
commit 5b340f9313
@@ -7,12 +7,12 @@
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 ];