python313Packages.boto3-stubs: 1.39.3 -> 1.39.4

This commit is contained in:
Fabian Affolter
2025-07-09 22:45:05 +02:00
parent 15bdcb3f26
commit 05a22d89f7
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.39.3";
version = "1.39.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-mq1EOx1pCVH9nMtvogrTh70LEFTHBFZv9l3QBDpj/CY=";
hash = "sha256-KbKjX9sB+CvQjGZ3ce/8x13xPgpnPx280lOJNwBdPzA=";
};
build-system = [ setuptools ];