From bd57b1ff36b6204ea955866f95b0b7c6bc5ae817 Mon Sep 17 00:00:00 2001 From: Nahum Shalman Date: Mon, 27 Jan 2025 20:52:53 -0500 Subject: [PATCH] python312Packages.meshtastic: 2.5.10 -> 2.5.11 --- pkgs/development/python-modules/meshtastic/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/meshtastic/default.nix b/pkgs/development/python-modules/meshtastic/default.nix index ac9d47f9c7b7..fc00cd17894f 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -34,16 +34,16 @@ buildPythonPackage rec { pname = "meshtastic"; - version = "2.5.10"; + version = "2.5.11"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "meshtastic"; - repo = "Meshtastic-python"; + repo = "python"; tag = version; - hash = "sha256-uXyHblcV5qm/NJ/zYsPIr12lqI914n6KYxl4gun7XdM="; + hash = "sha256-qV+yueBaBRiFdpnvgyhoh4IkoMihG030ZqxTqQR+UsY="; }; pythonRelaxDeps = [ @@ -123,7 +123,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python API for talking to Meshtastic devices"; - homepage = "https://github.com/meshtastic/Meshtastic-python"; + homepage = "https://github.com/meshtastic/python"; changelog = "https://github.com/meshtastic/python/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ];