Commit 76eeb047 authored by R. RyanTM's avatar R. RyanTM
Browse files

terraform-local: 0.21.0 -> 0.22.0

parent 3f96c18c
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.21.0";
  version = "0.22.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-W9Q4jWCaoUYpsVlVjtPasOf3/LYjltFDgkq1c2Dxy9s=";
    hash = "sha256-lySrMYN++TDSfMV7CevORhL0MzjM8sELqVGN3kBwMZ8=";
  };

  build-system = with python3Packages; [ setuptools ];