From 7dbdac693bc9659cd766684d6d07c5d1f08cbad2 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 29 Sep 2024 17:07:36 +0200 Subject: [PATCH] python3Packages.types-python-dateutil: 2.9.0.20240316 -> 2.9.0.20240906 --- .../python-modules/types-python-dateutil/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ];