python312Packages.boto3-stubs: 1.35.86 -> 1.35.87

This commit is contained in:
Fabian Affolter
2024-12-25 22:06:06 +01:00
parent 2490a12cd4
commit d0b54640ff
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.86";
version = "1.35.87";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-ymUyVEuSK58wQhSWaf/wuJOEtn2QGYM0aFUCAkuhBKA=";
hash = "sha256-hcGlTzDjO1qzlGEzJ1vvP84feuj9l1JVMjEPVzvQ444=";
};
build-system = [ setuptools ];