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

ffmpeg-normalize: 1.22.1 -> 1.22.3
This commit is contained in:
Pavol Rusnak 2021-09-16 09:21:16 +02:00 committed by GitHub
commit 9f75aabfb0
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.22.1";
version = "1.22.3";
src = fetchPypi {
inherit pname version;
sha256 = "df826053212d540ab1bbe9819587fcbf36162f8c2535ae85b88b252e47d6d632";
sha256 = "317a9636587182280debc85d483f6d21987ceb6cd96ab36a2399836780eca822";
};
propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];