mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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:
parent
7d50da20b0
commit
7b9b151a05
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue