python313Packages.types-python-dateutil: 2.9.0.20240906 -> 2.9.0.20241206

This commit is contained in:
Fabian Affolter
2025-01-27 10:54:29 +01:00
committed by Martin Weinelt
parent 929cf019ce
commit b358b3fbe1
@@ -7,15 +7,16 @@
buildPythonPackage rec {
pname = "types-python-dateutil";
version = "2.9.0.20240906";
version = "2.9.0.20241206";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-lwbDtoKEwlrf/Ecxnsx5R+W7hrN3P4Q8c5Bv1Zi8F24=";
pname = "types_python_dateutil";
inherit version;
hash = "sha256-GPSTQUwm/7ppKnI2n+p6FUxQJkYwHr/j1WoEs3ZyhMs=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
# Modules doesn't have tests
doCheck = false;