This commit is contained in:
Florent 2026-03-08 15:23:23 -04:00
parent 3a1a2a28af
commit 6e2c9bf2e4
3 changed files with 5 additions and 5 deletions

View file

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