From d1daf2612e699dd23e3eb5d7a448b5ae859893fb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 10 Jul 2023 22:49:50 +0200 Subject: [PATCH] python311Packages.meshtastic: 2.1.9 -> 2.1.10 Diff: https://github.com/meshtastic/Meshtastic-python/compare/refs/tags/2.1.9...2.1.10 Changelog: https://github.com/meshtastic/python/releases/tag/2.1.10 --- 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 40b9966f4345..9a146402da60 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "meshtastic"; - version = "2.1.9"; + version = "2.1.10"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "meshtastic"; repo = "Meshtastic-python"; rev = "refs/tags/${version}"; - hash = "sha256-fqBg0IHwREkDOEPIxMVBCcGH8dSyKIkOeYga3Jc+qQs="; + hash = "sha256-pa3hSrulnTfoOmNkaWvsqdd7ow+qENPJlBHFoFooZhw="; }; propagatedBuildInputs = [