mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
fix: restore to v2.2.2
This commit is contained in:
parent
2b9dbf1736
commit
4f0aae0715
2 changed files with 5 additions and 7 deletions
10
flake.nix
10
flake.nix
|
|
@ -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 ];
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue