diff --git a/flake.nix b/flake.nix index b1feb24..35be787 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; diff --git a/pyproject.toml b/pyproject.toml index 241544e..31c97c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ]