python313Packages.boto3-stubs: 1.40.4 -> 1.40.5

This commit is contained in:
Fabian Affolter
2025-08-08 08:31:39 +02:00
parent fe58bf9ec4
commit 9871330266
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.40.4";
version = "1.40.5";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-17alwgsvFrR7RChEr8po4K7t9t3aZnvFbLUGsEtUXdA=";
hash = "sha256-bVS5Ym36kYNBjq0L1KKHdnj1Atp7WHfDVEt//tj6RjE=";
};
build-system = [ setuptools ];