Merge pull request #261070 from r-ryantm/auto-update/python310Packages.localstack-ext

python310Packages.localstack-ext: 2.2.0 -> 2.3.2
This commit is contained in:
Weijia Wang 2023-10-28 03:14:05 +02:00 committed by GitHub
commit 4c8f3c9f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "localstack-ext";
version = "2.2.0";
version = "2.3.2";
src = fetchPypi {
inherit pname version;
hash = "sha256-BLK41TRaYNtpeeDeGZhlvnvkQwWo0uGB19g34waRqFk=";
hash = "sha256-Ex5ZPlteDaiyex90QumucVdTTbpp9uWiBrvw1kMr++8=";
};
postPatch = ''