From b6a646e08f1ccbf689187ce57b60224a99854228 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 Oct 2022 10:03:30 +0200 Subject: python310Packages.types-setuptools: 65.5.0.1 -> 65.5.0.2 --- pkgs/development/python-modules/types-setuptools/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-setuptools/default.nix b/pkgs/development/python-modules/types-setuptools/default.nix index 4afc13df60f..c9ce9c92c4c 100644 --- a/pkgs/development/python-modules/types-setuptools/default.nix +++ b/pkgs/development/python-modules/types-setuptools/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "types-setuptools"; - version = "65.5.0.1"; + version = "65.5.0.2"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-Wylwgcjx+9mSzYswWpftlu5v/HZekRUSQClZfdELinE="; + sha256 = "sha256-mEfebXCH+x3UqIwqIVQ9G4amF5w2dE8IGXQwP+LzD1A="; }; # Module doesn't have tests -- cgit 1.4.1