python3Packages.meshcore: 2.2.3 -> 2.2.4

This commit is contained in:
R. Ryantm
2025-12-18 08:09:56 +00:00
parent 233f4672b9
commit e8aa7cfab6
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "meshcore";
version = "2.2.3";
version = "2.2.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-lmMflAlrNnfsc10J3CBxor9ftHK10bWyGTbjASJv82s=";
sha256 = "sha256-uI61YDj1zYNsdcUZ2VoHQz0Xr5ja/tNH6UyBUjL8B6w=";
};
build-system = [ hatchling ];