Commit f661cdea authored by R. RyanTM's avatar R. RyanTM
Browse files

contact: 1.3.17 -> 1.4.0

parent 6104254f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "contact";
  version = "1.3.17";
  version = "1.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pdxlocations";
    repo = "contact";
    tag = version;
    hash = "sha256-BEh+YIXf6K/UNPQkRWUx4bNzdCHKrxiDmHHfUj/CQsQ=";
    hash = "sha256-6yPXwYfFL8gU7hBF1BJ/Zv9GRbqeccbzsB+5Ny6o0WI=";
  };

  dependencies = [ python3Packages.meshtastic ];