terraform-local: 0.20.1 -> 0.21.0

This commit is contained in:
R. Ryantm
2025-04-10 07:58:55 +00:00
parent c43286150c
commit 0cee15c97b
+2 -2
View File
@@ -5,12 +5,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "terraform_local";
version = "0.20.1";
version = "0.21.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ki/9KglAmfzoHgf+wR6LteBQH696q5KE/Fi/tTEqCIg=";
hash = "sha256-W9Q4jWCaoUYpsVlVjtPasOf3/LYjltFDgkq1c2Dxy9s=";
};
build-system = with python3Packages; [ setuptools ];