From 290313026e5850df61c79f5127d7e823cb2b9673 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Aug 2024 08:52:12 +0200 Subject: [PATCH] python312Packages.meshtastic: 2.3.15 -> 2.4.0 Diff: https://github.com/meshtastic/Meshtastic-python/compare/refs/tags/2.3.15...2.4.0 Changelog: https://github.com/meshtastic/python/releases/tag/2.4.0 --- 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 0511fdd604b7..3616351622c6 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -33,7 +33,7 @@ buildPythonPackage rec { pname = "meshtastic"; - version = "2.3.15"; + version = "2.4.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -42,7 +42,7 @@ buildPythonPackage rec { owner = "meshtastic"; repo = "Meshtastic-python"; rev = "refs/tags/${version}"; - hash = "sha256-mirEsGeEQuWtaJ+eCROV1g9Bm0mRvCeTKkxPQqCuwe4="; + hash = "sha256-qEjwlIkgZGsnvKCSL4jcJl472HIlQDynwPWRCNE/EQE="; }; pythonRelaxDeps = [