mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
update meshcore_py to 2.2.20
This commit is contained in:
parent
d01a9f6ffc
commit
512cc08654
2 changed files with 3 additions and 3 deletions
|
|
@ -17,12 +17,12 @@
|
|||
|
||||
meshcore = python3Packages.buildPythonPackage rec {
|
||||
pname = "meshcore";
|
||||
version = "2.2.19";
|
||||
version = "2.2.20";
|
||||
pyproject = true;
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-InM1BbTtod7ljQ/QEvNWOIIpVUKvRDNATt3e7MVotlw=";
|
||||
sha256 = "sha256-Dx9aarXciLxUqANXHMgCAXjMuyozevfX0qA4KFHE5UQ=";
|
||||
};
|
||||
|
||||
build-system = [ python3Packages.hatchling ];
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ classifiers = [
|
|||
]
|
||||
license = "MIT"
|
||||
license-files = ["LICEN[CS]E*"]
|
||||
dependencies = [ "meshcore >= 2.2.17",
|
||||
dependencies = [ "meshcore >= 2.2.20",
|
||||
"bleak >= 0.22",
|
||||
"prompt_toolkit >= 3.0.50",
|
||||
"requests >= 2.28.0" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue