Merge pull request #334357 from r-ryantm/auto-update/terraform-local

terraform-local: 0.18.2 -> 0.19.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-14 10:16:22 +00:00 committed by GitHub
commit 5c0a53eb1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];