terraform-local: 0.20.0 -> 0.20.1

This commit is contained in:
R. Ryantm
2025-02-08 21:59:36 +00:00
parent 26b55d063f
commit f6e3ec6f19
+2 -2
View File
@@ -5,12 +5,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "terraform_local";
version = "0.20.0";
version = "0.20.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Lxx/gtjLufFZWzcvOiiSUUptM7JtFnigBN7DG+lhQxg=";
hash = "sha256-ki/9KglAmfzoHgf+wR6LteBQH696q5KE/Fi/tTEqCIg=";
};
build-system = with python3Packages; [ setuptools ];