Unverified Commit dc71c8cc authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

terraform-local: 0.24.0 -> 0.24.1 (#428547)



Co-authored-by: default avatarshivaraj-bh <me@shivaraj-bh.in>
parents 76efb9f3 2c39b81d
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.24.0";
  version = "0.24.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-w+Jd8OPA5XjLw5zp8AEwHlPT5Or4z+elaW9pFKMR9OA=";
    hash = "sha256-LPrrKDoXUwg/P1m+Gi4I0iUoaRNjNpTWlbBLupkTrpE=";
  };

  build-system = with python3Packages; [ setuptools ];