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

python311Packages.botocore-stubs: 1.34.15 -> 1.34.16
This commit is contained in:
Nick Cao 2024-01-11 16:01:33 -05:00 committed by GitHub
commit 9cec1e804d
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.34.15";
version = "1.34.16";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-tCxap70AoR/ymcrCBRbbKQElSpsautUxvdyEACE9kc0=";
hash = "sha256-8RNpyo5TyRZBOQc0pN/Ok0MuKeXU0me8t33tfQixgwI=";
};
nativeBuildInputs = [