Unverified Commit 30e89e4f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #270541 from r-ryantm/auto-update/python310Packages.botocore-stubs

python310Packages.botocore-stubs: 1.31.79 -> 1.33.0
parents 5f01754a 07e74c84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "botocore-stubs";
  version = "1.31.79";
  version = "1.33.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-ZEiLnziQX4pgBBmY+dyUV1QiLZAKM0W0SQWWZ4kMLBc=";
    hash = "sha256-9f8WY8hvxlPbFk6zYTH+80sOxa51hPWVZNpuqBA9IPQ=";
  };

  nativeBuildInputs = [