From b358b3fbe1e06700293a874cf182231882011a8b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 11 Jan 2025 10:41:46 +0100 Subject: [PATCH] python313Packages.types-python-dateutil: 2.9.0.20240906 -> 2.9.0.20241206 --- .../python-modules/types-python-dateutil/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/types-python-dateutil/default.nix b/pkgs/development/python-modules/types-python-dateutil/default.nix index 43dda7067fe7..0dd1b01af601 100644 --- a/pkgs/development/python-modules/types-python-dateutil/default.nix +++ b/pkgs/development/python-modules/types-python-dateutil/default.nix @@ -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;