Commit 81149eee authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pymobiledevice3: 7.3.6 -> 7.4.0

parent b55127ca
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 = [