python310Packages.boto3-stubs: 1.29.7 -> 1.34.2

This commit is contained in:
R. Ryantm 2023-12-18 12:57:25 +00:00
parent 886c9aee6c
commit 8529c05a23

View File

@ -363,12 +363,12 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.29.7";
version = "1.34.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-PrVsWs8ESCmq3eAj1Ox3WPzByx0S6Uy0vIL20HvAruM=";
hash = "sha256-PNsE3SPM9k8La03h+d9wNRskjzMy4uaDEFVf+MefaZU=";
};
propagatedBuildInputs = [