Unverified Commit 676fc1ea authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #196829 from fabaff/types-setuptools-bump

python310Packages.types-setuptools: 65.5.0.0 -> 65.5.0.1
parents 97b815ec 7809910f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@

buildPythonPackage rec {
  pname = "types-setuptools";
  version = "65.5.0.0";
  version = "65.5.0.1";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-Izi8gJySVXnDu1ZWp31XE+r+UeOE3Kynsz9wuOnQKIU=";
    sha256 = "sha256-Wylwgcjx+9mSzYswWpftlu5v/HZekRUSQClZfdELinE=";
  };

  # Module doesn't have tests