terraform-local: 0.18.2 -> 0.19.0

This commit is contained in:
R. Ryantm
2024-08-13 10:53:31 +00:00
parent a709e7cb7c
commit ab6771f9cd
+2 -2
View File
@@ -5,12 +5,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "terraform_local";
version = "0.18.2";
version = "0.19.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-8opiMd6ZxgWRJIDa0vhZJh5bmsO/CaHgGJ4sdEdxZLc=";
hash = "sha256-0E11eaEhz1pwP9MBVilqioj92fZP7wjLJcR4no79n9s=";
};
build-system = with python3Packages; [ setuptools ];