python3Packages.localstack-ext: 3.0.2 -> 3.2.0

This commit is contained in:
Martin Weinelt 2024-03-08 02:40:54 +01:00
parent b896da8e70
commit 7ca99c8c05
1 changed files with 2 additions and 2 deletions

View File

@ -28,12 +28,12 @@
buildPythonPackage rec {
pname = "localstack-ext";
version = "3.0.2";
version = "3.2.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-KNM/HjSWVwenLqtXbaRP70k7b7YXk//aKGEkBxPp1fA=";
hash = "sha256-53pbt7kNaYQRsLb+OI8gLwR3cBE18ZKLZmG4aP1/93E=";
};
postPatch = ''