terraform-local: 0.20.1 -> 0.21.0 (#397613)

This commit is contained in:
Nick Cao 2025-04-11 17:36:42 -04:00 committed by GitHub
commit d170d1c827
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.20.1";
version = "0.21.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ki/9KglAmfzoHgf+wR6LteBQH696q5KE/Fi/tTEqCIg=";
hash = "sha256-W9Q4jWCaoUYpsVlVjtPasOf3/LYjltFDgkq1c2Dxy9s=";
};
build-system = with python3Packages; [ setuptools ];