python313Packages.boto3-stubs: 1.37.8 -> 1.37.9

This commit is contained in:
Fabian Affolter
2025-03-09 09:09:41 +01:00
parent 34c17c2ae0
commit 79e2d415e9
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.37.8";
version = "1.37.9";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-VWD38aniNZNKj+wQQBcjWqkmZ5KuGkEq/ygRiq+jGqE=";
hash = "sha256-mIwymkihvjP/IQ4gQQiutrJfIG3VNWYE0XBteGii6tA=";
};
build-system = [ setuptools ];