From 88bc1844cd5edc6768799a120deb3f9e3cc89e14 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 May 2023 12:23:57 +0200 Subject: [PATCH] python311Packages.meshtastic: 2.1.6 -> 2.1.7 Diff: https://github.com/meshtastic/Meshtastic-python/compare/refs/tags/2.1.6...2.1.7 Changelog: https://github.com/meshtastic/python/releases/tag/2.1.7 --- 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 3e4842d53771..d2ce15940788 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.6"; + version = "2.1.7"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "meshtastic"; repo = "Meshtastic-python"; rev = "refs/tags/${version}"; - hash = "sha256-xfE4hfnf9NFA9iwce1onclLJOYgMWxuionmVUPDVEuw="; + hash = "sha256-9uzXDgmUF0pHJ+AW/ao3EBsbqozGzzF1+W8YNLViNM0="; }; propagatedBuildInputs = [