contact: 1.4.13 -> 1.4.15 (#490430)

This commit is contained in:
Nick Cao
2026-02-16 22:21:11 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "contact";
version = "1.4.13";
version = "1.4.15";
pyproject = true;
src = fetchFromGitHub {
owner = "pdxlocations";
repo = "contact";
tag = finalAttrs.version;
hash = "sha256-MHi86w1lJzMFoSKKmrKPi6rux+sudNMm/oCTXvf8EaE=";
hash = "sha256-ZBHzUHmoSk+3s0MNz4gOatjLefRRe2tlm/vr8EG9sow=";
};
dependencies = [ python3Packages.meshtastic ];