gnu: ffmpeg-normalize: Update to 1.28.3.

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

Change-Id: If0ba63ee0477900f7c135872706ebf7c77160e1e
This commit is contained in:
Vinicius Monego 2024-08-23 14:58:08 -03:00
parent 7d50da20b0
commit 7b9b151a05
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -2349,13 +2349,13 @@ (define-public ffmpeg-progress-yield
(define-public ffmpeg-normalize
(package
(name "ffmpeg-normalize")
(version "1.28.2")
(version "1.28.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "ffmpeg-normalize" version))
(sha256
(base32
"129jicvifh5bpxrn62mpfanv5z2266bryxd6cd5xhhi4vfwcinx5"))))
"19j1pi0gcm9yzllszaji06c1i0r9kl586ada5d2hliahajwly0zk"))))
(build-system pyproject-build-system)
(arguments
(list #:phases