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
1 changed files with 2 additions and 2 deletions

View File

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