python311Packages.boto3-stubs: 1.34.107 -> 1.34.108

This commit is contained in:
R. Ryantm 2024-05-17 21:58:11 +00:00
parent d769131c27
commit 971285cac6

View File

@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.107";
version = "1.34.108";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-ii93ArgE69LK2oUXGVSYHrvW++TxfuZManUOsdnVNnY=";
hash = "sha256-4T5VsYHuwOwZD0qpHgxKuZ7KTBxBdOFq7cVLuygOYXk=";
};
build-system = [ setuptools ];