terraform-local: 0.19.0 -> 0.20.0 (#343560)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-09-24 06:01:51 +00:00
committed by GitHub
+2 -2
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 ];