contact: 1.3.16 -> 1.3.17

This commit is contained in:
R. Ryantm 2025-08-17 18:48:57 +00:00
parent 8000dc1d3f
commit 3940912710

View File

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "contact";
version = "1.3.16";
version = "1.3.17";
pyproject = true;
src = fetchFromGitHub {
owner = "pdxlocations";
repo = "contact";
tag = version;
hash = "sha256-buT3c8mcDgzUF9FP/nkvSijaqnyQgD87vQGU73qn3K4=";
hash = "sha256-BEh+YIXf6K/UNPQkRWUx4bNzdCHKrxiDmHHfUj/CQsQ=";
};
dependencies = [ python3Packages.meshtastic ];