python312Packages.boto3-stubs: 1.37.9 -> 1.37.11

This commit is contained in:
R. Ryantm
2025-03-12 10:25:45 +00:00
parent e607ef1af0
commit 9d1239094d
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.37.9";
version = "1.37.11";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-mIwymkihvjP/IQ4gQQiutrJfIG3VNWYE0XBteGii6tA=";
hash = "sha256-LmLJYT5JYTV3J8fe8PfNONy2AWuOYn45Ao6QV2Pz6h8=";
};
build-system = [ setuptools ];