terraform-local: 0.21.0 -> 0.22.0

This commit is contained in:
R. Ryantm
2025-05-20 10:24:35 +00:00
parent 3f96c18c79
commit 76eeb047b0
+2 -2
View File
@@ -5,12 +5,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "terraform_local";
version = "0.21.0";
version = "0.22.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-W9Q4jWCaoUYpsVlVjtPasOf3/LYjltFDgkq1c2Dxy9s=";
hash = "sha256-lySrMYN++TDSfMV7CevORhL0MzjM8sELqVGN3kBwMZ8=";
};
build-system = with python3Packages; [ setuptools ];