Unverified Commit 63afea0e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.botocore-stubs: 1.40.65 -> 1.40.66,...

python313Packages.botocore-stubs: 1.40.65 -> 1.40.66, python313Packages.botocore-stubs: 1.40.66 -> 1.40.67 (#459192)
parents 310704ed 7ebc446a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "botocore-stubs";
  version = "1.40.65";
  version = "1.40.67";
  pyproject = true;

  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-MfO51dsNHcZknRHBg8thOs8rXTKXnBYIUtSvtVRC7bo=";
    hash = "sha256-hk+f7UJy1+YrSlHaOxRe30J0AsH5l4YSpETtHo/fncc=";
  };

  nativeBuildInputs = [ setuptools ];