python3Packages.pymobiledevice3: 4.27.5 -> 4.27.6
Diff: https://github.com/doronz88/pymobiledevice3/compare/v4.27.5...v4.27.6 Changelog: https://github.com/doronz88/pymobiledevice3/releases/tag/v4.27.6
This commit is contained in:
@@ -48,14 +48,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymobiledevice3";
|
||||
version = "4.27.5";
|
||||
version = "4.27.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "doronz88";
|
||||
repo = "pymobiledevice3";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-dfbh1NvM/XccsGnJ7iTBzkdc31eOSaDs8671cibLI14=";
|
||||
hash = "sha256-UOB8cNswgTKIRXU7KOr6rgc+oqj2DUu4BKqFljsQSw8=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user