python3Packages.appium-python-client: 5.2.6 -> 5.2.7

This commit is contained in:
R. Ryantm
2026-03-06 01:49:51 +00:00
parent b2ad9e2890
commit c1e341f4ee
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "appium-python-client";
version = "5.2.6";
version = "5.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "appium";
repo = "python-client";
tag = "v${finalAttrs.version}";
hash = "sha256-BTbz2ncCl6C2QBCLMaIZn4fv/ib/IvkWoRSrlxuFauM=";
hash = "sha256-H8WBByS/8P8xIM8RmWJFgvrVbEDc5LrFj1rQzxL3174=";
};
build-system = [ hatchling ];