Unverified Commit cf3253d0 authored by isabel's avatar isabel Committed by GitHub
Browse files

ffmpeg-normalize: 1.37.3 -> 1.37.6 (#515884)

parents b7be6a78 25abaa96
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

python3Packages.buildPythonApplication rec {
  pname = "ffmpeg-normalize";
  version = "1.37.3";
  version = "1.37.6";
  pyproject = true;

  src = fetchPypi {
    inherit version;
    pname = "ffmpeg_normalize";
    hash = "sha256-mN4vmiST+LV5Bv/QZ9Pvo3qzhTaeD3MpDa8sLNqjeW0=";
    hash = "sha256-zsfWqdGyEI8OT4/L0wTxkmdqcI6NEfr5SAc7+O7FYu4=";
  };

  build-system = with python3Packages; [ uv-build ];
@@ -29,9 +29,6 @@ python3Packages.buildPythonApplication rec {

  postPatch = with python3Packages; ''
    substituteInPlace pyproject.toml \
      --replace-fail \
      'requires = ["uv_build>=0.8.14,<0.9.0"]' \
      'requires = ["uv_build==${uv-build.version}"]' \
      --replace-fail \
      'colorlog==6.7.0' \
      'colorlog==${colorlog.version}'