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 { meshcore = python3Packages.buildPythonPackage rec {
pname = "meshcore"; pname = "meshcore";
version = "2.2.7"; version = "2.2.8";
pyproject = true; pyproject = true;
src = python3Packages.fetchPypi { src = python3Packages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-F7mjj6NuDvXgw0Zq3SbFiKCnXkAgm2EkxKToiL1VXJA="; sha256 = "sha256-Xm79VNSgZTp0Jobop59ZbaHmKXV9NmNrxnEmLTVBKb0=";
}; };
build-system = [ python3Packages.hatchling ]; build-system = [ python3Packages.hatchling ];

View file

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