python312Packages.boto3-stubs: 1.35.81 -> 1.35.82

This commit is contained in:
Fabian Affolter
2024-12-17 08:37:24 +01:00
parent 746b3fd40a
commit 7bfc87921b
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.81";
version = "1.35.82";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-1pCnKG57toDdvQST9/QRk4b09DiUAcrCJ7gIexn2iM8=";
hash = "sha256-IYShG/AR3zoHn30oFkg4AiYBJlpKJX0H6WbXwyzbbqE=";
};
build-system = [ setuptools ];