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

ffmpeg-normalize: 1.24.1 -> 1.25.0
This commit is contained in:
Pavol Rusnak 2022-08-21 12:07:46 +02:00 committed by GitHub
commit d3e0a54ebf
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.24.1";
version = "1.25.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-HUiz1t5wxUPR2elxE1Q5/BwRnkHgzej2HsrZnFbhHhA=";
sha256 = "sha256-7TYrmoC1opZklWO8Z1MK5XlwM635qsPBw3M3WQFhT4c=";
};
propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];