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

authored by Peder Bergebakken Sundt and committed by GitHub b0abc14c 7302634e

+3 -3
+3 -3
pkgs/development/python-modules/ffmpy/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "ffmpy"; 15 - version = "0.4.0"; 15 + version = "0.5.0"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.8.1"; ··· 21 21 owner = "Ch00k"; 22 22 repo = "ffmpy"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-XWI0Hq4vf9Q0/dRzmu1B7EQHdQRkWaNJaBaqusWW7YM="; 24 + hash = "sha256-spbyz1EyMJRXJTm7TqN9XoqR9ztBKsNZx3NURwV7N2w="; 25 25 }; 26 26 27 27 postPatch = '' 28 28 # default to store ffmpeg 29 - substituteInPlace ffmpy.py \ 29 + substituteInPlace ffmpy/ffmpy.py \ 30 30 --replace-fail \ 31 31 'executable: str = "ffmpeg",' \ 32 32 'executable: str = "${ffmpeg-headless}/bin/ffmpeg",'