Skip to content

Commit b0abc14

Browse files
authored
python312Packages.ffmpy: 0.4.0 -> 0.5.0 (#367775)
2 parents 7302634 + 0234af0 commit b0abc14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/ffmpy/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildPythonPackage rec {
1414
pname = "ffmpy";
15-
version = "0.4.0";
15+
version = "0.5.0";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.8.1";
@@ -21,12 +21,12 @@ buildPythonPackage rec {
2121
owner = "Ch00k";
2222
repo = "ffmpy";
2323
rev = "refs/tags/${version}";
24-
hash = "sha256-XWI0Hq4vf9Q0/dRzmu1B7EQHdQRkWaNJaBaqusWW7YM=";
24+
hash = "sha256-spbyz1EyMJRXJTm7TqN9XoqR9ztBKsNZx3NURwV7N2w=";
2525
};
2626

2727
postPatch = ''
2828
# default to store ffmpeg
29-
substituteInPlace ffmpy.py \
29+
substituteInPlace ffmpy/ffmpy.py \
3030
--replace-fail \
3131
'executable: str = "ffmpeg",' \
3232
'executable: str = "${ffmpeg-headless}/bin/ffmpeg",'

0 commit comments

Comments
 (0)