From f7a1286e6fda58cff3816faa6af0df5fca60d141 Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 6 Mar 2026 08:33:12 -0400 Subject: [PATCH] update to meshcore-2.2.22 --- flake.nix | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 4f245c9..e3db3bd 100644 --- a/flake.nix +++ b/flake.nix @@ -17,12 +17,12 @@ meshcore = python3Packages.buildPythonPackage rec { pname = "meshcore"; - version = "2.2.20"; + version = "2.2.22"; pyproject = true; src = python3Packages.fetchPypi { inherit pname version; - sha256 = "sha256-Dx9aarXciLxUqANXHMgCAXjMuyozevfX0qA4KFHE5UQ="; + sha256 = "sha256-GnTvtY11n9zZjFuxSx+EQ6MgCuV3JFa6Y208HjLOSHk="; }; build-system = [ python3Packages.hatchling ]; diff --git a/pyproject.toml b/pyproject.toml index 7eeae6d..474d31e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] license = "MIT" license-files = ["LICEN[CS]E*"] -dependencies = [ "meshcore >= 2.2.20", +dependencies = [ "meshcore >= 2.2.22", "bleak >= 0.22", "prompt_toolkit >= 3.0.50", "requests >= 2.28.0" ]