ffmpeg-normalize: 1.23.0 -> 1.23.1

This commit is contained in:
R. Ryantm 2022-07-13 02:35:32 +00:00
parent 3567e122f4
commit 6e5dd2a2ca

View file

@ -7,11 +7,11 @@
buildPythonApplication rec {
pname = "ffmpeg-normalize";
version = "1.23.0";
version = "1.23.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-DSBh3m7gGm5fWH47YWALlyhi4x6A2RcVrpuDDpXolSI=";
sha256 = "sha256-23s5mYwoIUiBs1MXGJVepycGj8e1xCuFAgim5NHKZRc=";
};
propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];