python312Packages.boto3-stubs: 1.35.92 -> 1.35.93

This commit is contained in:
Fabian Affolter
2025-01-06 23:34:19 +01:00
parent f5ade7d7c9
commit 79af23e1ae
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.92";
version = "1.35.93";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-8q9GOInTf7qyPHzQj7GwNfEjrWfks+/Eb3cU+avuXlc=";
hash = "sha256-mCAsipukijtuQ0qc+d5JktfMk+5QXx/EgcV82cgBYj0=";
};
build-system = [ setuptools ];