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

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

ffmpeg-normalize: 1.24.0 -> 1.24.1
parents 494b2d0a 2fc50826
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.24.0";
  version = "1.24.1";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-sQ8Qorf74ypMmpRd9b/wrqg28TZ295t6qkKosxyaG1I=";
    sha256 = "sha256-HUiz1t5wxUPR2elxE1Q5/BwRnkHgzej2HsrZnFbhHhA=";
  };

  propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];