python3Packages.meshcore: 2.1.10 -> 2.2.1

This commit is contained in:
R. Ryantm
2025-11-16 00:18:54 +00:00
parent 042d0c7f69
commit c90fa0f09c

View File

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