contact: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2025-10-08 11:34:27 +00:00
parent 59f9c6722b
commit 22967e93cb

View File

@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "contact";
version = "1.4.0";
version = "1.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pdxlocations";
repo = "contact";
tag = version;
hash = "sha256-6yPXwYfFL8gU7hBF1BJ/Zv9GRbqeccbzsB+5Ny6o0WI=";
hash = "sha256-od0sF+c6ToNNtGmGxikGsXniQ3HCm4Hz3ynrzXCNJmw=";
};
dependencies = [ python3Packages.meshtastic ];