python313Packages.boto3-stubs: 1.41.1 -> 1.41.2

This commit is contained in:
Fabian Affolter
2025-11-22 13:34:05 +01:00
parent 26d07dcc58
commit ebb6a3f50b
@@ -358,13 +358,13 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.41.1";
version = "1.41.2";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-dRusG/uvyg2zCzbfAjxiKtqU2mG1OjMl31SQdZ/7bG8=";
hash = "sha256-m9rGVBOCWxICZUvVYzMWpWEnEWTGEjIRrIBeYctZ8SA=";
};
build-system = [ setuptools ];