home-assistant: use av_13
This commit is contained in:
@@ -86,15 +86,7 @@ let
|
||||
];
|
||||
});
|
||||
|
||||
av = (super.av.override { ffmpeg-headless = ffmpeg_7-headless; }).overridePythonAttrs rec {
|
||||
version = "13.1.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "PyAV-Org";
|
||||
repo = "PyAV";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-x2a9SC4uRplC6p0cD7fZcepFpRidbr6JJEEOaGSWl60=";
|
||||
};
|
||||
};
|
||||
av = self.av_13;
|
||||
|
||||
imageio = super.imageio.overridePythonAttrs (oldAttrs: {
|
||||
disabledTests = oldAttrs.disabledTests or [ ] ++ [
|
||||
|
||||
Reference in New Issue
Block a user