efraim pushed a commit to branch master
in repository guix.
commit 68b3627cd678a7605c38764aa11ad8c2854063a4
Author: Efraim Flashner <[email protected]>
Date: Mon Jan 2 14:18:36 2017 +0200
gnu: [email protected]: Update to 2.8.10.
* gnu/packages/video.scm ([email protected]): Update to 2.8.10.
---
gnu/packages/video.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 76b80b3..b36684f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2014, 2015, 2016 David Thompson <[email protected]>
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <[email protected]>
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <[email protected]>
-;;; Copyright © 2015, 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2015, 2016, 2017 Efraim Flashner <[email protected]>
;;; Copyright © 2015 Andy Patterson <[email protected]>
;;; Copyright © 2015 Ricardo Wurmus <[email protected]>
;;; Copyright © 2015, 2016 Alex Vong <[email protected]>
@@ -610,14 +610,14 @@ audio/video codec library.")
(define-public ffmpeg-2.8
(package
(inherit ffmpeg)
- (version "2.8.9")
+ (version "2.8.10")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
- "1s3011q7sxyb55n3r8aiv7xh53bwxjdxa83s2ilqhq5rygrrgg8i"))))
+ "1ca84kc715xm7wmbnj1z4jfhxj8c7rxhy4cqwrd8cnih0l196j1c"))))
(arguments
(substitute-keyword-arguments (package-arguments ffmpeg)
((#:configure-flags flags)