Unverified Commit 4e09fb36 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.appium-python-client: 5.2.6 -> 5.2.7 (#497047)

parents cbdc257c c1e341f4
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.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 ];