update flake

This commit is contained in:
Florent 2026-02-03 15:51:26 -04:00
parent 4b8f395228
commit 9bffc8e0d9

View file

@ -22,7 +22,7 @@
src = python3Packages.fetchPypi { src = python3Packages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-lmMflAlrNnfsc10J3CBxor9ftHK10bWyGTbjASJv82s="; sha256 = "sha256-F7mjj6NuDvXgw0Zq3SbFiKCnXkAgm2EkxKToiL1VXJA=";
}; };
build-system = [ python3Packages.hatchling ]; build-system = [ python3Packages.hatchling ];
@ -30,7 +30,7 @@
dependencies = [ dependencies = [
python3Packages.bleak python3Packages.bleak
python3Packages.pycayennelpp python3Packages.pycayennelpp
python3Packages.pyserial-asyncio python3Packages.pyserial-asyncio-fast
]; ];
pythonImportsCheck = [ "meshcore" ]; pythonImportsCheck = [ "meshcore" ];