meshcore-cli: 2.1.5 -> 2.1.6 (#440759)

This commit is contained in:
Philip Taron
2025-09-07 13:58:13 +02:00
committed by GitHub
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "meshcore";
version = "2.1.5";
version = "2.1.6";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-gXofzLmydfN0Shrrlbwk+6Rr2kARPqypP6+43rHZOJE=";
sha256 = "sha256-aEuY4N4QIJTPjonhtAYG97yIXnxKp1I5kt25pCiJjOM=";
};
build-system = [ hatchling ];