Merge pull request #181307 from r-ryantm/auto-update/ffmpeg-normalize

ffmpeg-normalize: 1.23.0 -> 1.23.1
This commit is contained in:
Pavol Rusnak 2022-07-13 16:02:09 +02:00 committed by GitHub
commit 939a505444
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.23.0";
version = "1.23.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-DSBh3m7gGm5fWH47YWALlyhi4x6A2RcVrpuDDpXolSI=";
sha256 = "sha256-23s5mYwoIUiBs1MXGJVepycGj8e1xCuFAgim5NHKZRc=";
};
propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];