python313Packages.boto3-stubs: 1.39.9 -> 1.39.11

This commit is contained in:
Fabian Affolter
2025-07-22 22:31:33 +02:00
parent fe1818fcef
commit f80d88b2eb
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.39.9";
version = "1.39.11";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-neoNjC22AkSykCziRCs5L74gymljglGgLUdSecfeMto=";
hash = "sha256-3Ig1yx4lbzCWAx5ehFVkNk0LKNXLT/7/5U7K99smaug=";
};
build-system = [ setuptools ];