ffmpeg-normalize: 1.15.8 -> 1.19.0
This commit is contained in:
parent
82dfd10035
commit
39321d37e3
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "ffmpeg-normalize";
|
pname = "ffmpeg-normalize";
|
||||||
version = "1.15.8";
|
version = "1.19.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "01lx1ki1iglg1dz6x99ciqx5zqlbj7hvfb12ga9m68ypjm0fcphl";
|
sha256 = "18dpck9grnr3wgbjvdh4mjlx0zfwcxpy4rnpmc39in0yk3w7li2x";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ffmpeg tqdm ];
|
propagatedBuildInputs = [ ffmpeg tqdm ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user