ffmpeg-normalize: 1.37.6 -> 1.37.7

This commit is contained in:
R. Ryantm
2026-05-19 01:58:54 +00:00
parent cd22aef9a1
commit 60f392d897
+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 ];