change dependency to meshcore v2.2.19

This commit is contained in:
Florent 2026-03-05 13:58:40 -04:00
parent 7caca2db79
commit d01a9f6ffc
3 changed files with 6 additions and 5 deletions

View file

@ -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" ];