terraform-local: 0.24.0 -> 0.24.1 (#428547)

Co-authored-by: shivaraj-bh <me@shivaraj-bh.in>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-28 11:05:44 +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.24.0";
version = "0.24.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-w+Jd8OPA5XjLw5zp8AEwHlPT5Or4z+elaW9pFKMR9OA=";
hash = "sha256-LPrrKDoXUwg/P1m+Gi4I0iUoaRNjNpTWlbBLupkTrpE=";
};
build-system = with python3Packages; [ setuptools ];