contact: 1.3.16 -> 1.3.17 (#434529)

This commit is contained in:
Nick Cao 2025-08-17 21:04:10 -04:00 committed by GitHub
commit 7d0acf1a97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];