terraform-local: 0.23.0 -> 0.24.0

This commit is contained in:
R. Ryantm 2025-07-09 06:47:55 +00:00
parent 247c3817d7
commit 7a52ef48cf

View File

@ -5,12 +5,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "terraform_local";
version = "0.23.0";
version = "0.24.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-3GlXR2F28jpeXhFsJAH7yrKp8vrVhCozS8Ew6oi39P4=";
hash = "sha256-w+Jd8OPA5XjLw5zp8AEwHlPT5Or4z+elaW9pFKMR9OA=";
};
build-system = with python3Packages; [ setuptools ];