contact: 1.3.17 -> 1.4.0

This commit is contained in:
R. Ryantm
2025-09-18 06:03:37 +00:00
parent 6104254f48
commit f661cdea71
+2 -2
View File
@@ -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 ];