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

python310Packages.localstack-ext: 1.4.0 -> 2.2.0
This commit is contained in:
Weijia Wang 2023-10-01 00:49:02 +02:00 committed by GitHub
commit 4151010ba7
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 = "1.4.0";
version = "2.2.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-/uesHiB/54wEfcWf4e9BW1ZvcVfAgAD7yGAlfYxv+6g=";
hash = "sha256-BLK41TRaYNtpeeDeGZhlvnvkQwWo0uGB19g34waRqFk=";
};
postPatch = ''