python3Packages.localstack-ext: 4.2.0 -> 4.3.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt 2025-04-01 07:14:07 +02:00
parent 4dd8b1fd6e
commit f8b60b7d77
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,13 +21,13 @@
buildPythonPackage rec {
pname = "localstack-ext";
version = "4.2.0";
version = "4.3.0";
pyproject = true;
src = fetchPypi {
pname = "localstack_ext";
inherit version;
hash = "sha256-PEsIes+CdYIhSPEy2J1u+kfzNIzbgQnKfwxw2oAmFYA=";
hash = "sha256-YlKGdIteeIjqqO9L4BAfEEurOa7vrYaAmreH8gIRcPU=";
};
build-system = [