python313Packages.boto3-stubs: 1.36.7 -> 1.36.8

This commit is contained in:
Fabian Affolter
2025-01-29 07:09:58 +01:00
parent d2b2d67236
commit 2d13bddb1b
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.36.7";
version = "1.36.8";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-GXvbrNOpCFxjEKBvIWFvMPYQPti+Z3BZYmIKxFh7ofs=";
hash = "sha256-8J+hyMYuDd3zvMQFORoSErHe5W1wQ3izg/9A8d3BSNs=";
};
build-system = [ setuptools ];