python3Packages.meshcore: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm
2025-11-29 04:40:20 +00:00
parent 6a49303095
commit b01d7c6f11
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "meshcore";
version = "2.2.1";
version = "2.2.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-HpCbGG+ZQdVWIeE3mJFFQ7w5W+JjcNb+Tb53i9uT5CA=";
sha256 = "sha256-vn/vF4avMDwDLL0EMVrrMWkZrZ1GTiUxGyTBOtKvG1I=";
};
build-system = [ hatchling ];