python3Packages.types-python-dateutil: 2.9.0.20240316 -> 2.9.0.20240906

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:39 +02:00
parent 3ae5cee23b
commit 7dbdac693b
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "types-python-dateutil";
version = "2.9.0.20240316";
version = "2.9.0.20240906";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-XS8uJAuGkF5AlE3Xh9ttqSY/Deq+8Qdt2u15c1HsAgI=";
hash = "sha256-lwbDtoKEwlrf/Ecxnsx5R+W7hrN3P4Q8c5Bv1Zi8F24=";
};
nativeBuildInputs = [ setuptools ];