meshcore-cli: 2.1.5 -> 2.1.6 (#440759)

authored by philiptaron.tngl.sh and committed by GitHub 88ae3598 75f5deb7

+2 -2
+2 -2
pkgs/development/python-modules/meshcore/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "meshcore"; 17 - version = "2.1.5"; 17 + version = "2.1.6"; 18 18 pyproject = true; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - sha256 = "sha256-gXofzLmydfN0Shrrlbwk+6Rr2kARPqypP6+43rHZOJE="; 22 + sha256 = "sha256-aEuY4N4QIJTPjonhtAYG97yIXnxKp1I5kt25pCiJjOM="; 23 23 }; 24 24 25 25 build-system = [ hatchling ];