Unverified Commit 577f2681 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pymobiledevice3: 7.3.6 -> 7.4.0 (#486139)

parents b5630469 81149eee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,14 +49,14 @@

buildPythonPackage rec {
  pname = "pymobiledevice3";
  version = "7.3.6";
  version = "7.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "doronz88";
    repo = "pymobiledevice3";
    tag = "v${version}";
    hash = "sha256-xvtO+BWtXZxrg1VMoqKhSWJ7edkkZ+myAXtyPD4DXFg=";
    hash = "sha256-sFpC9qG8RxrR35W0UtLslps5hK2VFhpSka2trzIQyIc=";
  };

  build-system = [