terraform-local: 0.24.1 -> 0.25.0

This commit is contained in:
R. Ryantm
2026-07-05 13:40:18 -04:00
committed by Michael Daniels
parent 28d4faad49
commit 9c66314ac7
+2 -2
View File
@@ -5,12 +5,12 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "terraform_local";
version = "0.24.1";
version = "0.25.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-LPrrKDoXUwg/P1m+Gi4I0iUoaRNjNpTWlbBLupkTrpE=";
hash = "sha256-hzDPyS3Nv8sQKTQgyvsiVm1Woq9YE56Kl2gosQ4Hx+I=";
};
build-system = with python3Packages; [ setuptools ];