terraform-local: 0.24.0 -> 0.24.1

This commit is contained in:
R. Ryantm
2025-07-26 08:20:04 +00:00
parent 0f8bab2331
commit 2c39b81d7a
+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 ];