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

python311Packages.botocore-stubs: 1.31.60 -> 1.31.62
This commit is contained in:
Fabian Affolter
2023-10-08 10:46:19 +02:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.31.60";
version = "1.31.62";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-mBNODmy8MhpZPYwRpuJTK3TYy4Rkvz880BhLzFnxs54=";
hash = "sha256-LOVV5d/y6R/CK9ZxBlNL8+BZO4ONh/iknTuOh/qDpEA=";
};
nativeBuildInputs = [