python312Packages.localstack-client: 2.7 -> 2.10

This commit is contained in:
R. Ryantm
2025-04-03 19:47:52 +00:00
parent f5146fbf1d
commit b466d7a57f
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "localstack-client";
version = "2.7";
version = "2.10";
format = "setuptools";
src = fetchPypi {
pname = "localstack_client";
inherit version;
hash = "sha256-FJkxGZAaS8vvfDLYmbJPSliodaZ2VpPt8QZNZrimhAg=";
hash = "sha256-cyoH4j//1qWBrycUu+AGrW+ISsT4rJVSEaimMyHNxAk=";
};
propagatedBuildInputs = [ boto3 ];