From 4297bec6429373cc1bd1fd4f9a62c46a97245187 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 24 Oct 2022 16:40:07 +0200 Subject: [PATCH] python310Packages.types-python-dateutil: 2.8.19.1 -> 2.8.19.2 --- .../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 e834f2828e46..4ac603bc8d12 100644 --- a/pkgs/development/python-modules/types-python-dateutil/default.nix +++ b/pkgs/development/python-modules/types-python-dateutil/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "types-python-dateutil"; - version = "2.8.19.1"; + version = "2.8.19.2"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-1kL3ryu5n+ePWndv0MpOMpMnIAR/QA4lrWK8KlsY3JQ="; + hash = "sha256-5uMs4Y83dlsIxGYiKHvI2BNtwMVi2a1bj9FYxZlj16c="; }; # Modules doesn't have tests