python3Packages.meshcore: 2.2.2 -> 2.2.3

This commit is contained in:
R. Ryantm
2025-12-12 09:37:48 +00:00
parent ce59f68159
commit 777a75dc40
@@ -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 ];