gnu: ffmpeg@3.4: Update to 3.4.5.
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.5.
This commit is contained in:
parent
196653145a
commit
c5e5711002
1 changed files with 2 additions and 2 deletions
|
@ -790,14 +790,14 @@ (define-public ffmpeg
|
||||||
(define-public ffmpeg-3.4
|
(define-public ffmpeg-3.4
|
||||||
(package
|
(package
|
||||||
(inherit ffmpeg)
|
(inherit ffmpeg)
|
||||||
(version "3.4.4")
|
(version "3.4.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
|
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iizgnhjbhar9y1ykqlj1czqanlv24knkfq5vvfnppv5x00pcvrq"))))))
|
"0b59qk5wpc5ksiha76jbhb859g5gxa4w0k6afh3kgvgajiivs73l"))))))
|
||||||
|
|
||||||
(define-public ffmpeg-2.8
|
(define-public ffmpeg-2.8
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue