ffmpeg-normalize: 1.15.7 -> 1.15.8
This commit is contained in:
parent
81baaa6860
commit
3267f92b98
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "ffmpeg-normalize";
|
pname = "ffmpeg-normalize";
|
||||||
version = "1.15.7";
|
version = "1.15.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0161939f864e973b11d50170c657baf3e1433147f46c74a74ed5025a822e9a2d";
|
sha256 = "01lx1ki1iglg1dz6x99ciqx5zqlbj7hvfb12ga9m68ypjm0fcphl";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ffmpeg tqdm ];
|
propagatedBuildInputs = [ ffmpeg tqdm ];
|
||||||
|
Loading…
Reference in New Issue
Block a user