python3Packages.localstack-client: 2.10 -> 2.11

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:28 +01:00
parent 8afce7e793
commit a3d0ef7562
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "localstack-client";
version = "2.10";
version = "2.11";
format = "setuptools";
src = fetchPypi {
pname = "localstack_client";
inherit version;
hash = "sha256-cyoH4j//1qWBrycUu+AGrW+ISsT4rJVSEaimMyHNxAk=";
hash = "sha256-HL178fA7m1U//n6hD+E39E6NaQo3r5xlFeumGiN5/EY=";
};
propagatedBuildInputs = [ boto3 ];