mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: ffmpeg-normalize: Update to 1.28.2.
* gnu/packages/video.scm (ffmpeg-normalize): Update to 1.28.2. Change-Id: I2297e71645c7325d1576d17a0067a8e30f28bcd7
This commit is contained in:
parent
eae4786c11
commit
50049f2ab0
1 changed files with 2 additions and 2 deletions
|
@ -2332,13 +2332,13 @@ (define-public ffmpeg-progress-yield
|
|||
(define-public ffmpeg-normalize
|
||||
(package
|
||||
(name "ffmpeg-normalize")
|
||||
(version "1.27.7")
|
||||
(version "1.28.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ffmpeg-normalize" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0idqqgsr3p840vx2x3idn851qwghjdbm6v4yrq2kprppyfvglni7"))))
|
||||
"129jicvifh5bpxrn62mpfanv5z2266bryxd6cd5xhhi4vfwcinx5"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue