python311Packages.boto3-stubs: 1.34.32 -> 1.34.33

This commit is contained in:
Fabian Affolter 2024-02-02 18:47:18 +01:00
parent 3747126155
commit b5aee7ecab

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.32";
version = "1.34.33";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-B38TsIVoYr7a+5K4SZuWBiTQb2hFlb5wH63lGo6WFe0=";
hash = "sha256-WXuVCQ6rw+EI6AS24jVgYRwx0H6VGZzzVIzPdIIGK+Y=";
};
nativeBuildInputs = [