Unverified Commit 8a57de33 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

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

ffmpeg-normalize: 1.25.2 -> 1.25.3
parents 71d89876 659dd0ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];