python312Packages.boto3-stubs: 1.35.90 -> 1.35.91

This commit is contained in:
Fabian Affolter
2025-01-03 00:00:04 +01:00
parent 2cf40b47ec
commit 085d37112f
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.90";
version = "1.35.91";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-I6ODTVHGA7gIhH313Va2x12cOeiXhI5lVw2GtBXV9Gk=";
hash = "sha256-eA9xQGFHt4+YYNeJB7XAFYdFN9ghNkWI7IN8TNHuz5E=";
};
build-system = [ setuptools ];