This commit is contained in:
Florent 2026-03-08 15:23:23 -04:00
parent 3a1a2a28af
commit 6e2c9bf2e4
3 changed files with 5 additions and 5 deletions

View file

@ -17,12 +17,12 @@
meshcore = python3Packages.buildPythonPackage rec { meshcore = python3Packages.buildPythonPackage rec {
pname = "meshcore"; pname = "meshcore";
version = "2.2.24"; version = "2.2.31";
pyproject = true; pyproject = true;
src = python3Packages.fetchPypi { src = python3Packages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-QB306X6sxuSb/b1kXYwtfjP0d3sUe39dF94N/6UKfG0="; sha256 = "sha256-Z0FkdOY9Kv/y2fPXyH266CaWIWLeHwgC+yqSRLZxog8=";
}; };
build-system = [ python3Packages.hatchling ]; build-system = [ python3Packages.hatchling ];

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "meshcore-cli" name = "meshcore-cli"
version = "1.4.11" version = "1.4.12"
authors = [ authors = [
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" }, { name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
] ]
@ -17,7 +17,7 @@ classifiers = [
] ]
license = "MIT" license = "MIT"
license-files = ["LICEN[CS]E*"] license-files = ["LICEN[CS]E*"]
dependencies = [ "meshcore >= 2.2.26", dependencies = [ "meshcore >= 2.2.31",
"bleak >= 0.22", "bleak >= 0.22",
"prompt_toolkit >= 3.0.50", "prompt_toolkit >= 3.0.50",
"requests >= 2.28.0" ] "requests >= 2.28.0" ]

View file

@ -35,7 +35,7 @@ import re
from meshcore import MeshCore, EventType, logger from meshcore import MeshCore, EventType, logger
# Version # Version
VERSION = "v1.4.11" VERSION = "v1.4.12"
# default ble address is stored in a config file # default ble address is stored in a config file