python312Packages.ffmpy: 0.4.0 -> 0.5.0 (#367775)

This commit is contained in:
Peder Bergebakken Sundt
2024-12-27 00:46:23 +01:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "ffmpy";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.8.1";
@@ -21,12 +21,12 @@ buildPythonPackage rec {
owner = "Ch00k";
repo = "ffmpy";
rev = "refs/tags/${version}";
hash = "sha256-XWI0Hq4vf9Q0/dRzmu1B7EQHdQRkWaNJaBaqusWW7YM=";
hash = "sha256-spbyz1EyMJRXJTm7TqN9XoqR9ztBKsNZx3NURwV7N2w=";
};
postPatch = ''
# default to store ffmpeg
substituteInPlace ffmpy.py \
substituteInPlace ffmpy/ffmpy.py \
--replace-fail \
'executable: str = "ffmpeg",' \
'executable: str = "${ffmpeg-headless}/bin/ffmpeg",'