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

python311Packages.botocore-stubs: 1.31.53 -> 1.31.55
This commit is contained in:
Fabian Affolter
2023-09-27 12:43:54 +02:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.31.53";
version = "1.31.55";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-Ag7eB210DaUvzJ6tiwZB+2xVc/HXwX1hudnRRLOZBfg=";
hash = "sha256-51xyWEGm/a/+Kznr+JKCjOaQEy6+q1vjCnVoZB5+rhA=";
};
nativeBuildInputs = [