From 6e2c9bf2e47dc6723db518d0fd6ac221f7626516 Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 8 Mar 2026 15:23:23 -0400 Subject: [PATCH] v1.4.12 --- flake.nix | 4 ++-- pyproject.toml | 4 ++-- src/meshcore_cli/meshcore_cli.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 7bf479e..a303f7e 100644 --- a/flake.nix +++ b/flake.nix @@ -17,12 +17,12 @@ meshcore = python3Packages.buildPythonPackage rec { pname = "meshcore"; - version = "2.2.24"; + version = "2.2.31"; pyproject = true; src = python3Packages.fetchPypi { inherit pname version; - sha256 = "sha256-QB306X6sxuSb/b1kXYwtfjP0d3sUe39dF94N/6UKfG0="; + sha256 = "sha256-Z0FkdOY9Kv/y2fPXyH266CaWIWLeHwgC+yqSRLZxog8="; }; build-system = [ python3Packages.hatchling ]; diff --git a/pyproject.toml b/pyproject.toml index e8fe86b..956ac5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "meshcore-cli" -version = "1.4.11" +version = "1.4.12" authors = [ { name="Florent de Lamotte", email="florent@frizoncorrea.fr" }, ] @@ -17,7 +17,7 @@ classifiers = [ ] license = "MIT" license-files = ["LICEN[CS]E*"] -dependencies = [ "meshcore >= 2.2.26", +dependencies = [ "meshcore >= 2.2.31", "bleak >= 0.22", "prompt_toolkit >= 3.0.50", "requests >= 2.28.0" ] diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index 6c5fab6..1d9232a 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -35,7 +35,7 @@ import re from meshcore import MeshCore, EventType, logger # Version -VERSION = "v1.4.11" +VERSION = "v1.4.12" # default ble address is stored in a config file