Revert "python3Packages.localstack-ext: 3.0.2 -> 3.2.0"

This reverts commit 7ca99c8c05.
This commit is contained in:
Martin Weinelt 2024-04-26 01:42:56 +02:00
parent 53ddbd41e9
commit faecec968f
1 changed files with 2 additions and 2 deletions

View File

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