Skip to content

Commit 9d925b0

Browse files
terraform-local: 0.19.0 -> 0.20.0 (#343560)
2 parents 0dab659 + 1011fb0 commit 9d925b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/te/terraform-local/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
}:
66
python3Packages.buildPythonApplication rec {
77
pname = "terraform_local";
8-
version = "0.19.0";
8+
version = "0.20.0";
99
pyproject = true;
1010

1111
src = fetchPypi {
1212
inherit pname version;
13-
hash = "sha256-0E11eaEhz1pwP9MBVilqioj92fZP7wjLJcR4no79n9s=";
13+
hash = "sha256-Lxx/gtjLufFZWzcvOiiSUUptM7JtFnigBN7DG+lhQxg=";
1414
};
1515

1616
build-system = with python3Packages; [ setuptools ];

0 commit comments

Comments
 (0)