update meshcore_py

This commit is contained in:
Florent 2026-02-10 09:06:38 -04:00
parent 8b6f8d6c89
commit 6893e82189
2 changed files with 6 additions and 6 deletions

View file

@ -17,12 +17,12 @@
meshcore = python3Packages.buildPythonPackage rec {
pname = "meshcore";
version = "2.2.7";
version = "2.2.8";
pyproject = true;
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-F7mjj6NuDvXgw0Zq3SbFiKCnXkAgm2EkxKToiL1VXJA=";
sha256 = "sha256-Xm79VNSgZTp0Jobop59ZbaHmKXV9NmNrxnEmLTVBKb0=";
};
build-system = [ python3Packages.hatchling ];

View file

@ -4,11 +4,11 @@ build-backend = "hatchling.build"
[project]
name = "meshcore-cli"
version = "1.4.0"
version = "1.4.1"
authors = [
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
]
description = "Command line interface to meshcore companion radios"
description = "Command line interface to meshcore companion radios and repeaters"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
@ -17,8 +17,8 @@ classifiers = [
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [ "meshcore >= 2.2.7",
"bleak >= 0.22, <2.0",
dependencies = [ "meshcore >= 2.2.8",
"bleak >= 0.22",
"prompt_toolkit >= 3.0.50",
"requests >= 2.28.0",
"pycryptodome" ]