python3Packages.pymobiledevice3: 4.27.6 -> 5.0.0
Diff: https://github.com/doronz88/pymobiledevice3/compare/v4.27.6...v5.0.0 Changelog: https://github.com/doronz88/pymobiledevice3/releases/tag/v5.0.0
This commit is contained in:
@@ -43,19 +43,18 @@
|
||||
uvicorn,
|
||||
wsproto,
|
||||
xonsh,
|
||||
zeroconf,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymobiledevice3";
|
||||
version = "4.27.6";
|
||||
version = "5.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "doronz88";
|
||||
repo = "pymobiledevice3";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-UOB8cNswgTKIRXU7KOr6rgc+oqj2DUu4BKqFljsQSw8=";
|
||||
hash = "sha256-1TMzG4q7eE65Uqeihf3EycdxTQ8f8x8EfNwZx4a5AhE=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -101,7 +100,6 @@ buildPythonPackage rec {
|
||||
uvicorn
|
||||
wsproto
|
||||
xonsh
|
||||
zeroconf
|
||||
]
|
||||
++ fastapi.optional-dependencies.all;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user