terraform-local: 0.19.0 -> 0.20.0

This commit is contained in:
R. Ryantm 2024-09-21 19:57:41 +00:00
parent 3c8525a3b7
commit 1011fb0270

View File

@ -5,12 +5,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "terraform_local";
version = "0.19.0";
version = "0.20.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-0E11eaEhz1pwP9MBVilqioj92fZP7wjLJcR4no79n9s=";
hash = "sha256-Lxx/gtjLufFZWzcvOiiSUUptM7JtFnigBN7DG+lhQxg=";
};
build-system = with python3Packages; [ setuptools ];