python3Packages.meshcore: 2.2.2 -> 2.2.3 (#470106)

This commit is contained in:
Aleksana
2025-12-15 12:55:18 +00:00
committed by GitHub
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "meshcore";
version = "2.2.2";
version = "2.2.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vn/vF4avMDwDLL0EMVrrMWkZrZ1GTiUxGyTBOtKvG1I=";
sha256 = "sha256-lmMflAlrNnfsc10J3CBxor9ftHK10bWyGTbjASJv82s=";
};
build-system = [ hatchling ];