Unverified Commit 5e67a721 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #286225 from r-ryantm/auto-update/python311Packages.botocore-stubs

python311Packages.botocore-stubs: 1.34.33 -> 1.34.34
parents 57d00e74 407fb86c
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.34.33";
  version = "1.34.34";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-96v/qwfDvWcKxpz4nSbUCWHS6ZO8cdzsc1UBl8KRsjQ=";
    hash = "sha256-NPTURvnu2SvuYqD8MDtxLREqhKo1bj3M6ihjrHnZ7xQ=";
  };

  nativeBuildInputs = [