ffmpeg-normalize: 1.25.2 -> 1.25.3

This commit is contained in:
R. Ryantm 2022-11-09 12:16:27 +00:00
parent bbf77421ac
commit 659dd0acc8

View File

@ -7,11 +7,11 @@
buildPythonApplication rec {
pname = "ffmpeg-normalize";
version = "1.25.2";
version = "1.25.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-a/p4lljxf+9vpd0LlBVXY4y4rfxH5vaoIj0EKaRa2zQ=";
sha256 = "sha256-sEA6faoxuFA355ftI5xL3AXZD+6UYSDxRdQXA9nH5wY=";
};
propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];