From 73d9357ccc0c7a6ded1a510513c54e6ff9d1f734 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Apr 2022 23:30:34 +0200 Subject: [PATCH] python310Packages.types-dateutil: 2.8.12 -> 2.8.14 --- pkgs/development/python-modules/types-dateutil/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-dateutil/default.nix b/pkgs/development/python-modules/types-dateutil/default.nix index 5a1e7220ec4..8e52c5b6e01 100644 --- a/pkgs/development/python-modules/types-dateutil/default.nix +++ b/pkgs/development/python-modules/types-dateutil/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "types-python-dateutil"; - version = "2.8.12"; + version = "2.8.14"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-7zBTt0XwHERDtRK2s9WwT7ry1HaqUDtsyTIEah7fpWo="; + sha256 = "sha256-Nnwf+hpSpLKlNMmzC0CwHyt/LqR6l/2CH2x20ceuMSk="; }; pythonImportsCheck = [ "dateutil-stubs" ];