This commit is contained in:
Florent 2026-04-09 11:47:47 +02:00
parent 2d620f2c33
commit 2bb2dfff02
3 changed files with 22 additions and 34 deletions

View file

@ -17,12 +17,12 @@
meshcore = python3Packages.buildPythonPackage rec {
pname = "meshcore";
version = "2.3.5";
version = "2.3.6";
pyproject = true;
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-EUK0iFaCN2tpOL3XL2ejVLGz/gLTdvzPpvgBxETLL3w=";
sha256 = "sha256-l9/wDgRfzPSZGIt+tIUITs/mf/AeEIMDN9DXAbMSzSs=";
};
build-system = [ python3Packages.hatchling ];