python3Packages.meshcore: 2.1.10 -> 2.2.1 (#453879)

This commit is contained in:
Yohann Boniface
2025-11-16 03:22:23 +00:00
committed by GitHub

View File

@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "meshcore";
version = "2.1.10";
version = "2.2.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-mnr5WqH/uKzONI8lcm1GQCSlnhx6WQyqsAr12gsMKEI=";
sha256 = "sha256-HpCbGG+ZQdVWIeE3mJFFQ7w5W+JjcNb+Tb53i9uT5CA=";
};
build-system = [ hatchling ];