Merge pull request #257916 from fabaff/botocore-stubs-bump

python311Packages.botocore-stubs: 1.31.56 -> 1.31.57
This commit is contained in:
Nick Cao 2023-09-28 22:26:15 -04:00 committed by GitHub
commit baa6bdb5ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.31.56";
version = "1.31.57";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-4VEL02Gs91XsrOQu6YQoGt/qb5ZpXtIqCKTO6r/mb18=";
hash = "sha256-4o88p6YnnwHc7EZjmAvoCqk9xOsu/MI5aFnOtkdiO4M=";
};
nativeBuildInputs = [