ffmpeg-normalize: 1.37.6 -> 1.37.7 (#521786)

This commit is contained in:
Pavol Rusnak
2026-05-21 17:44:52 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
pname = "ffmpeg-normalize";
version = "1.37.6";
version = "1.37.7";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "ffmpeg_normalize";
hash = "sha256-zsfWqdGyEI8OT4/L0wTxkmdqcI6NEfr5SAc7+O7FYu4=";
hash = "sha256-8V9C5auAvrmvq5aeaRjCy9y2/c7wm4/7Yb73dBgvj5s=";
};
build-system = with python3Packages; [ uv-build ];