python313Packages.boto3-stubs: 1.39.4 -> 1.39.9

This commit is contained in:
Fabian Affolter
2025-07-20 12:11:17 +02:00
parent ba2b061c62
commit 62912bad47
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.39.4";
version = "1.39.9";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-KbKjX9sB+CvQjGZ3ce/8x13xPgpnPx280lOJNwBdPzA=";
hash = "sha256-neoNjC22AkSykCziRCs5L74gymljglGgLUdSecfeMto=";
};
build-system = [ setuptools ];