contact: 1.4.1 -> 1.4.3

This commit is contained in:
R. Ryantm
2025-10-26 22:24:46 +00:00
parent 2e8ab34df4
commit 70d7054a48
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "contact";
version = "1.4.1";
version = "1.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pdxlocations";
repo = "contact";
tag = version;
hash = "sha256-od0sF+c6ToNNtGmGxikGsXniQ3HCm4Hz3ynrzXCNJmw=";
hash = "sha256-PjWVjvuHAgHR1/G4LfwhG0g45XoLTUf6BumopwgOPe0=";
};
dependencies = [ python3Packages.meshtastic ];