auto-editor: 22w22a -> 22w25a

This commit is contained in:
Gabriel Arazas 2022-07-07 18:38:59 +08:00
parent dcb13fd3ef
commit c85b34a770

View File

@ -2,20 +2,16 @@
python310Packages.buildPythonApplication rec {
pname = "auto-editor";
version = "22w22a";
version = "22w25a";
doCheck = false;
src = fetchFromGitHub {
owner = "WyattBlue";
repo = pname;
rev = version;
sha256 = "sha256-SSdiBLyijed4bRqI4Y4vJ4HetNTGQgDMnXmbLRNspL0=";
sha256 = "sha256-SKlAgGqowFvvenhbFiTWbVLYAB5CChQ+EdPXxsWxNgE=";
};
postPatch = ''
substituteInPlace ./setup.py --replace "pillow==9.1.1" "pillow==9.1.0"
'';
propagatedBuildInputs = with python310Packages;
[ numpy yt-dlp av pillow ];