terraform-local: 0.23.0 -> 0.24.0 (#423712)

Co-authored-by: shivaraj-bh <me@shivaraj-bh.in>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-09 07:35:17 +00:00
committed by GitHub
co-authored by shivaraj-bh
+2 -2
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 ];