update to meshcore 2.2.24

This commit is contained in:
Florent 2026-03-06 19:10:43 -04:00
parent 957da74c72
commit e865027fa5
2 changed files with 3 additions and 3 deletions

View file

@ -17,12 +17,12 @@
meshcore = python3Packages.buildPythonPackage rec {
pname = "meshcore";
version = "2.2.22";
version = "2.2.24";
pyproject = true;
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-GnTvtY11n9zZjFuxSx+EQ6MgCuV3JFa6Y208HjLOSHk=";
sha256 = "sha256-QB306X6sxuSb/b1kXYwtfjP0d3sUe39dF94N/6UKfG0=";
};
build-system = [ python3Packages.hatchling ];