python313Packages.boto3-stubs: 1.40.26 -> 1.40.27

This commit is contained in:
Fabian Affolter
2025-09-10 14:44:49 +02:00
parent da47342939
commit d543d075bd
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.40.26";
version = "1.40.27";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-+fdTiIHt0H6/qxvXiQryvQuCnrsW2TGGCEXUSORQWi0=";
hash = "sha256-0PC11/PsEACqI/Tt2pYEZ2eHpVaxdGsqduHoMkNtbGw=";
};
build-system = [ setuptools ];