Commit 1011fb02 authored by R. RyanTM's avatar R. RyanTM
Browse files

terraform-local: 0.19.0 -> 0.20.0

parent 3c8525a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];