python3Packages.pymobiledevice3: 7.4.0 -> 7.5.1 (#488583)

This commit is contained in:
dotlambda
2026-02-09 18:34:59 +00:00
committed by GitHub
@@ -31,6 +31,7 @@
pytest-asyncio,
pytestCheckHook,
python-pcapng,
pythonOlder,
pytun-pmd3,
pyusb,
qh3,
@@ -49,14 +50,14 @@
buildPythonPackage rec {
pname = "pymobiledevice3";
version = "7.4.0";
version = "7.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "doronz88";
repo = "pymobiledevice3";
tag = "v${version}";
hash = "sha256-sFpC9qG8RxrR35W0UtLslps5hK2VFhpSka2trzIQyIc=";
hash = "sha256-j183S5H6jUnhOn/xMfeZtG9c4OowH/6HPpP2giko4dM=";
};
build-system = [
@@ -97,7 +98,6 @@ buildPythonPackage rec {
qh3
requests
srptools
sslpsk-pmd3
tqdm
typer
typer-injector
@@ -105,7 +105,9 @@ buildPythonPackage rec {
wsproto
xonsh
]
++ fastapi.optional-dependencies.all;
++ lib.optionals (pythonOlder "3.13") [
sslpsk-pmd3
];
pythonImportsCheck = [ "pymobiledevice3" ];