contact: 1.4.6 -> 1.4.7 (#475238)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-01 06:57:06 +00:00
committed by GitHub

View File

@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "contact";
version = "1.4.6";
version = "1.4.7";
pyproject = true;
src = fetchFromGitHub {
owner = "pdxlocations";
repo = "contact";
tag = version;
hash = "sha256-Mnb4SMU+pUWyyhacANG6MOz3u3FOZaVJZQbRCENR/U8=";
hash = "sha256-tsqnuofmQ5DqW5+Hepx2zUlTH/rk04s5SzL4cc64pDk=";
};
dependencies = [ python3Packages.meshtastic ];