python312Packages.boto3-stubs: 1.35.87 -> 1.35.88

This commit is contained in:
R. Ryantm
2024-12-27 11:43:03 +00:00
parent 26b95a4656
commit d7864a4b37
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.87";
version = "1.35.88";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-hcGlTzDjO1qzlGEzJ1vvP84feuj9l1JVMjEPVzvQ444=";
hash = "sha256-EWAlHIz8xYHO0/kNkAvmOVpZb5fG8UPGZepO33XNoYw=";
};
build-system = [ setuptools ];