From d9a1851108dabe0ac114bfaa63bc85a73fb60734 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 12 Mar 2024 21:39:49 +0100 Subject: [PATCH] python311Packages.meshtastic: 2.2.22 -> 2.3.0 Diff: https://github.com/meshtastic/Meshtastic-python/compare/refs/tags/2.2.22...2.3.0 Changelog: https://github.com/meshtastic/python/releases/tag/2.3.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 bbc125443e3a..c531b78130bc 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "meshtastic"; - version = "2.2.22"; + version = "2.3.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "meshtastic"; repo = "Meshtastic-python"; rev = "refs/tags/${version}"; - hash = "sha256-bAg7Rr17Q+a+S0ZuHcFmmTM0sRcX2w0zRClKdFwix30="; + hash = "sha256-HiksPxV5VTIOV71J0zlC8iiXmF85a0dTYjjnWthhdGY="; }; nativeBuildInputs = [