python3Packages.meshcore: 2.1.6 -> 2.1.7 (#443887)

This commit is contained in:
h7x4
2025-09-18 00:42:41 +00:00
committed by GitHub
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "meshcore";
version = "2.1.6";
version = "2.1.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-aEuY4N4QIJTPjonhtAYG97yIXnxKp1I5kt25pCiJjOM=";
sha256 = "sha256-VEkpS6FTs7mCjhqFRL6+AisR0IKYrOWbx6irGfsucEc=";
};
build-system = [ hatchling ];