From 52696ff186b66fc6cdfe95c257c9bfc35f1bdf9f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 8 Nov 2025 22:57:55 +0100 Subject: [PATCH 1/2] python313Packages.meshtastic: 2.7.3 -> 2.7.4 Diff: https://github.com/meshtastic/python/compare/2.7.3...2.7.4 Changelog: https://github.com/meshtastic/python/releases/tag/2.7.4 --- pkgs/development/python-modules/meshtastic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/meshtastic/default.nix b/pkgs/development/python-modules/meshtastic/default.nix index 2c321fa6e721..d3a95fba1bd7 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -34,7 +34,7 @@ buildPythonPackage rec { pname = "meshtastic"; - version = "2.7.3"; + version = "2.7.4"; pyproject = true; disabled = pythonOlder "3.9"; @@ -43,7 +43,7 @@ buildPythonPackage rec { owner = "meshtastic"; repo = "python"; tag = version; - hash = "sha256-9p9tDc74WpH0+8orI69bW2Yj7Cow4v7M3cotIbk/mcw="; + hash = "sha256-fIr80k++BwA3UFgeS9Fgq6fpOOIcK4jj7bjfjqkc6ug="; }; pythonRelaxDeps = [ From de3b605591b43dc5a6d01d1a7c9a3b5ecb8e58ad Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 8 Nov 2025 23:01:22 +0100 Subject: [PATCH 2/2] python313Packages.meshtastic: modernize --- pkgs/development/python-modules/meshtastic/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/meshtastic/default.nix b/pkgs/development/python-modules/meshtastic/default.nix index d3a95fba1bd7..872ce7fda7bc 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -23,7 +23,6 @@ pyserial, pytap2, pytestCheckHook, - pythonOlder, pyyaml, requests, riden, @@ -37,8 +36,6 @@ buildPythonPackage rec { version = "2.7.4"; pyproject = true; - disabled = pythonOlder "3.9"; - src = fetchFromGitHub { owner = "meshtastic"; repo = "python"; @@ -126,7 +123,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python API for talking to Meshtastic devices"; homepage = "https://github.com/meshtastic/python"; - changelog = "https://github.com/meshtastic/python/releases/tag/${version}"; + changelog = "https://github.com/meshtastic/python/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; };