Commit 887b38a0 authored by Fabian Affolter's avatar Fabian Affolter Committed by Jörg Thalheim
Browse files

python311Packages.types-setuptools: 68.2.0.0 -> 68.2.0.1

parent 53aeb5c6
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.0";
  version = "68.2.0.1";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-pCFvHi7ynQiYd7OvOrKs9InrhpzK+QUSXGnS3Dky/YU=";
    hash = "sha256-jzHoIB55aXieDrI0Y7U+vl9n2SQX30tkim6jw1fKT1E=";
  };

  # Module doesn't have tests