mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: ffmpeg@4: Update to 4.4.2.
* gnu/packages/video.scm (ffmpeg-4): Update to 4.4.2.
This commit is contained in:
parent
a50fa212fe
commit
f38ff1d7fb
1 changed files with 2 additions and 2 deletions
|
@ -1738,14 +1738,14 @@ (define-public ffmpeg-5
|
|||
(define-public ffmpeg-4
|
||||
(package
|
||||
(inherit ffmpeg-5)
|
||||
(version "4.4.1")
|
||||
(version "4.4.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00hfwd8ld6jnd26pl9f0wcd2mag4zacxxgqgabsja2xkkagavnza"))))
|
||||
"14xadxm1yaamp216nq09xwasxg5g133v86dbb33mdg5di1zrlhdg"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments ffmpeg-5)
|
||||
((#:configure-flags flags ''())
|
||||
|
|
Loading…
Reference in a new issue