python313Packages.boto3-stubs: 1.35.96 -> 1.35.97

This commit is contained in:
Fabian Affolter
2025-01-11 09:43:22 +01:00
parent 1071074c43
commit e5979befb2
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.96";
version = "1.35.97";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-A2hb88YvKjTrjlVCAHTxdZQBU82QDkXK864xVu5seGE=";
hash = "sha256-QYL58Y8nmWn7y2lyAPmommsHqV5F99snarkNzfZacro=";
};
build-system = [ setuptools ];