python312Packages.boto3-stubs: 1.35.84 -> 1.35.86

This commit is contained in:
Fabian Affolter
2024-12-21 21:37:46 +01:00
parent 81629effd3
commit 8cb09a1c4e
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.84";
version = "1.35.86";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-KZ0cJKxdGlRb5rNnF7LZXXg2hcSoG7x6V2mlUnHmENY=";
hash = "sha256-ymUyVEuSK58wQhSWaf/wuJOEtn2QGYM0aFUCAkuhBKA=";
};
build-system = [ setuptools ];