mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
change dependency to meshcore v2.2.19
This commit is contained in:
parent
7caca2db79
commit
d01a9f6ffc
3 changed files with 6 additions and 5 deletions
|
|
@ -17,12 +17,12 @@
|
|||
|
||||
meshcore = python3Packages.buildPythonPackage rec {
|
||||
pname = "meshcore";
|
||||
version = "2.2.15";
|
||||
version = "2.2.19";
|
||||
pyproject = true;
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-xCi3lZWhpKMXnsxppjZnpoe+iet84MMSrQtjTeGqVag=";
|
||||
sha256 = "sha256-InM1BbTtod7ljQ/QEvNWOIIpVUKvRDNATt3e7MVotlw=";
|
||||
};
|
||||
|
||||
build-system = [ python3Packages.hatchling ];
|
||||
|
|
@ -31,6 +31,7 @@
|
|||
python3Packages.bleak
|
||||
python3Packages.pycayennelpp
|
||||
python3Packages.pyserial-asyncio-fast
|
||||
python3Packages.pycryptodome
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "meshcore" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue