contact: 1.4.16 -> 1.4.17

This commit is contained in:
R. Ryantm
2026-03-10 05:21:49 +00:00
parent d858c28ea6
commit a440bce4e4
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "contact";
version = "1.4.16";
version = "1.4.17";
pyproject = true;
src = fetchFromGitHub {
owner = "pdxlocations";
repo = "contact";
tag = finalAttrs.version;
hash = "sha256-8osQvow6VWl19k8hGaUZx9Q9mZXWkwJqXtEUNP2Lh2E=";
hash = "sha256-EQNKljdySxujpoAaA43jHfh39K2BW5/Autt06dlijpk=";
};
dependencies = [ python3Packages.meshtastic ];