diff --git a/pkgs/development/python-modules/types-python-dateutil/default.nix b/pkgs/development/python-modules/types-python-dateutil/default.nix index a84b7e22b810..43dda7067fe7 100644 --- a/pkgs/development/python-modules/types-python-dateutil/default.nix +++ b/pkgs/development/python-modules/types-python-dateutil/default.nix @@ -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 ];