python3Packages.localstack-ext: 4.7.0 -> 4.8.0 (#442483)

This commit is contained in:
Wolfgang Walther
2025-09-23 08:42:33 +00:00
committed by GitHub

View File

@@ -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 = [