1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 08:35:58 +02:00

gnu: ffmpeg@2.8: Update to 2.8.8.

* gnu/packages/video.scm (ffmpeg@2.8): Update to 2.8.8.
This commit is contained in:
Efraim Flashner
2016-09-19 11:11:21 +03:00
parent 6b87c10f58
commit 6f27fbd807
+2 -2
View File
@@ -569,14 +569,14 @@ audio/video codec library.")
(define-public ffmpeg-2.8
(package
(inherit ffmpeg)
(version "2.8.7")
(version "2.8.8")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
"0z0mcj2q3ysp9qdn1ks03g5sn2zxyr06vxs4al0m4b5b3in8mglp"))))
"1691bmq8j56rcys09xwvzjq16z25m8vczj5a50gdn7ydm9qjykpr"))))
(arguments
(substitute-keyword-arguments (package-arguments ffmpeg)
((#:configure-flags flags)