python313Packages.boto3-stubs: 1.37.20 -> 1.37.21

This commit is contained in:
Fabian Affolter
2025-03-29 09:51:46 +01:00
parent 20ee6e6c6f
commit 6e63c45b15
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.37.20";
version = "1.37.21";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-fkGik7zbvqmbIdanOAgi58ijGZL21n2ImJrrums1zcI=";
hash = "sha256-/ei6EfgS2mxPQeOwjwCaVtt1gIcQYG+fbTWCk6plncA=";
};
build-system = [ setuptools ];