python3Packages.appium-python-client: 5.2.4 -> 5.2.5

This commit is contained in:
R. Ryantm
2026-01-27 19:04:58 +00:00
parent 885dfe3960
commit d4a12f747d
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "appium-python-client";
version = "5.2.4";
version = "5.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "appium";
repo = "python-client";
tag = "v${version}";
sha256 = "sha256-oZquEwA1iNIVftt9XBdDfCoI3DLh7eM5/ATcrjJL+jA=";
sha256 = "sha256-BrKIZR8n5ZiOfGAxgCtt5FwPbbOtlPfMqW91HKjP5ro=";
};
build-system = [ hatchling ];