Commit c6a1fb1b authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pymobiledevice3: 5.0.0 -> 5.0.3

parent b9c04f1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,14 +47,14 @@

buildPythonPackage rec {
  pname = "pymobiledevice3";
  version = "5.0.0";
  version = "5.0.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "doronz88";
    repo = "pymobiledevice3";
    tag = "v${version}";
    hash = "sha256-1TMzG4q7eE65Uqeihf3EycdxTQ8f8x8EfNwZx4a5AhE=";
    hash = "sha256-fw7KGijIgIXXFbtNpq1QBrxUP4F6ivLQXQn94YZnQL4=";
  };

  build-system = [