fix: restore to v2.2.2

This commit is contained in:
Jorrit van der Heide 2025-12-05 11:47:04 +01:00
parent 2b9dbf1736
commit 4f0aae0715
2 changed files with 5 additions and 7 deletions

View file

@ -17,14 +17,12 @@
meshcore = python3Packages.buildPythonPackage rec { meshcore = python3Packages.buildPythonPackage rec {
pname = "meshcore"; pname = "meshcore";
version = "2.2.1"; version = "2.2.2";
pyproject = true; pyproject = true;
src = pkgs.fetchFromGitHub { src = python3Packages.fetchPypi {
owner = "meshcore-dev"; inherit pname version;
repo = "meshcore_py"; sha256 = "sha256-vn/vF4avMDwDLL0EMVrrMWkZrZ1GTiUxGyTBOtKvG1I=";
rev = "v${version}";
sha256 = "sha256-Qjwi7JrSyk5wWM63OdFykB850+hquWDD9p4fZFfbI70=";
}; };
build-system = [ python3Packages.hatchling ]; build-system = [ python3Packages.hatchling ];

View file

@ -17,7 +17,7 @@ classifiers = [
] ]
license = "MIT" license = "MIT"
license-files = ["LICEN[CS]E*"] license-files = ["LICEN[CS]E*"]
dependencies = [ "meshcore >= 2.2.1", dependencies = [ "meshcore >= 2.2.2",
"bleak >= 0.22, <2.0", "bleak >= 0.22, <2.0",
"prompt_toolkit >= 3.0.50", "prompt_toolkit >= 3.0.50",
"requests >= 2.28.0", "requests >= 2.28.0",