Commit 8a9c45f9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.types-setuptools: 68.2.0.2 -> 69.0.0.20240106

parent 1479f06f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@

buildPythonPackage rec {
  pname = "types-setuptools";
  version = "68.2.0.2";
  version = "69.0.0.20240106";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Ce/DgK1cf3jjC8oVRvcGRpVozyYITPq3Ps+D3qHShEY=";
    hash = "sha256-4Hf5CJV43zyZOPbkqhYz8YK6Z0Cm/bEzPxYrrl38utw=";
  };

  # Module doesn't have tests