python313Packages.boto3-stubs: 1.39.2 -> 1.39.3

This commit is contained in:
Fabian Affolter
2025-07-04 16:56:09 +02:00
parent 5dba0fecfd
commit f6ebf022a0
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.39.2";
version = "1.39.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-sfG67xZYvVdaKcqFzAh327Ot6zdv+oy/JCuHZxmuD5U=";
hash = "sha256-mq1EOx1pCVH9nMtvogrTh70LEFTHBFZv9l3QBDpj/CY=";
};
build-system = [ setuptools ];