Commit 948e7e3c authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent ca4b6600
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage (finalAttrs: {
  pname = "appium-python-client";
  version = "5.2.7";
  version = "5.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "appium";
    repo = "python-client";
    tag = "v${finalAttrs.version}";
    hash = "sha256-H8WBByS/8P8xIM8RmWJFgvrVbEDc5LrFj1rQzxL3174=";
    hash = "sha256-2lQDGDO7xwNRMErxKcfFkXEMnO96zlDhHyakZkh7pfY=";
  };

  build-system = [ hatchling ];