python3Packages.types-python-dateutil: 2.9.0.20250708 -> 2.9.0.20251115

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:07 +01:00
parent 73d9364b2d
commit c12c75825f
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-python-dateutil";
version = "2.9.0.20250708";
version = "2.9.0.20251115";
pyproject = true;
src = fetchPypi {
pname = "types_python_dateutil";
inherit version;
hash = "sha256-zNvXXastbJaWw1BXnzTP/iwoHkxfJ6WFsqJDjdHVyKs=";
hash = "sha256-ikfyw5IPUqmUBWuHhjCbQxQ/qlpk1Muyci1q3avfGlg=";
};
build-system = [ setuptools ];