python313Packages.boto3-stubs: 1.37.27 -> 1.37.28

This commit is contained in:
Fabian Affolter
2025-04-05 09:55:32 +02:00
parent 3eb2d26987
commit 3ba5d6860b
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.37.27";
version = "1.37.28";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-qzErE4igpVsgwKCnm+etOUux6ueK4TofCe8aE0Mwf3E=";
hash = "sha256-+FkmPOdsszpMed6lRc1EdYjKI6H9CQg8FvjlhgX4lRU=";
};
build-system = [ setuptools ];