python312Packages.boto3-stubs: 1.34.92 -> 1.34.93

This commit is contained in:
Fabian Affolter 2024-04-27 08:51:27 +02:00
parent 121513ad01
commit bb52f2dc60

View file

@ -366,7 +366,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "boto3-stubs"; pname = "boto3-stubs";
version = "1.34.92"; version = "1.34.93";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "boto3_stubs"; pname = "boto3_stubs";
inherit version; inherit version;
hash = "sha256-HUimHVq2ulP7mA/IjNJLR9trWaw9g382myF+CfuvH54="; hash = "sha256-Gq4PBsVsjZpnxFr69h8ue8P++sIHullGojtWLSYx2KM=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];