1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 06:30:36 +02:00

gnu: ffmpeg-normalize: Update to 1.31.3.

* gnu/packages/video.scm (ffmpeg-normalize): Update to 1.31.3.

Change-Id: I2e451ac042f8e75a3081a5b7803a98a52ba86936
This commit is contained in:
Vinicius Monego
2025-05-03 10:11:12 -03:00
parent 2be9f28f5f
commit fa35652cc4

View File

@@ -2375,13 +2375,13 @@ It is usually a complement to @code{ffmpeg-normalize}.")
(define-public ffmpeg-normalize
(package
(name "ffmpeg-normalize")
(version "1.31.2")
(version "1.31.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "ffmpeg_normalize" version))
(sha256
(base32
"0989vb2wr70x2s662zh5lva1j1z9g0zv7b3b35fyyrh93865iza4"))))
"1mi3w1k1fhmv5acybw4dwas0dx75f7d4dpl192ch1shp2m407v5i"))))
(build-system pyproject-build-system)
(arguments
(list #:phases