python313Packages.boto3-stubs: 1.41.3 -> 1.41.4

This commit is contained in:
Fabian Affolter
2025-11-26 14:27:41 +01:00
parent 3e44f7004d
commit c8b640cf39
@@ -358,13 +358,13 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.41.3";
version = "1.41.4";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-x8yXBqyWnI6ihMLUXsRbY3F0VmbQh8bF58nTna/dSLw=";
hash = "sha256-3hzThIpkfZpuj18QAKxWnncGZLAy2aplrY7Q5fKsfyI=";
};
build-system = [ setuptools ];