update meshcore_py to 2.2.20

This commit is contained in:
Florent 2026-03-05 15:46:20 -04:00
parent d01a9f6ffc
commit 512cc08654
2 changed files with 3 additions and 3 deletions

View file

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