python3Packages.localstack-ext: 4.7.0 -> 4.8.0

This commit is contained in:
R. Ryantm
2025-09-12 21:17:43 +00:00
parent c434698189
commit 1f954b791a
@@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "localstack-ext";
version = "4.7.0";
version = "4.8.0";
pyproject = true;
src = fetchPypi {
pname = "localstack_ext";
inherit version;
hash = "sha256-OLeCbAybP6SgHb2DNf8rXUrxt89mOiQfp2wxdh2A3F4=";
hash = "sha256-XW7ZjZ1Y/yIYcSxFEc5XeED5QYsE+k/AOLEymYpl7KY=";
};
build-system = [