Merge pull request #86903 from prusnak/ffmpeg-normalize

ffmpeg-normalize: 1.15.8 -> 1.19.0
This commit is contained in:
Ryan Mulligan 2020-05-07 07:33:53 -07:00 committed by GitHub
commit a2f63021c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonApplication rec {
pname = "ffmpeg-normalize";
version = "1.15.8";
version = "1.19.0";
src = fetchPypi {
inherit pname version;
sha256 = "01lx1ki1iglg1dz6x99ciqx5zqlbj7hvfb12ga9m68ypjm0fcphl";
sha256 = "18dpck9grnr3wgbjvdh4mjlx0zfwcxpy4rnpmc39in0yk3w7li2x";
};
propagatedBuildInputs = [ ffmpeg tqdm ];