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

contact: 1.4.10 -> 1.4.13

parent a4e35412
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.4.10";
  version = "1.4.13";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pdxlocations";
    repo = "contact";
    tag = version;
    hash = "sha256-Zn0aODPVgzrZdnW1IkUNyjz+PEtTVqiur+qT9I2tcj4=";
    hash = "sha256-MHi86w1lJzMFoSKKmrKPi6rux+sudNMm/oCTXvf8EaE=";
  };

  dependencies = [ python3Packages.meshtastic ];