python3Packages.localstack-ext: 4.8.0 -> 4.12.0

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 a3d0ef7562
commit 243526300b
@@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "localstack-ext";
version = "4.8.0";
version = "4.12.0";
pyproject = true;
src = fetchPypi {
pname = "localstack_ext";
inherit version;
hash = "sha256-XW7ZjZ1Y/yIYcSxFEc5XeED5QYsE+k/AOLEymYpl7KY=";
hash = "sha256-AQrG6iRTBarinrGgJeLr5OYguuN7KWyxRUYNMHz4mlE=";
};
build-system = [