python3Packages.localstack: 3.0.2 -> 3.2.0

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

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "localstack";
version = "3.0.2";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "localstack";
repo = "localstack";
rev = "refs/tags/v${version}";
hash = "sha256-HncD/lhYfBrqtXF8F1Gz7JqwrASoHbsXvp1HXM5rldw=";
hash = "sha256-r0KRPtsLr6Pyn/va93reLdHHKtiOLB1uflAJ2L/uZmU=";
};
postPatch = ''