summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-05-21 17:04:41 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-05-21 17:12:48 +0200
commitcfa7473c2b961d23f3a8be5c351ed55d04a49e24 (patch)
treebf3e3bfe2639afe81cf33543c07f2a70c3e536ae /gnu/packages/video.scm
parent3bc45ad46098a7abcdad561f10a33013b660dad0 (diff)
downloadpatches-cfa7473c2b961d23f3a8be5c351ed55d04a49e24.tar
patches-cfa7473c2b961d23f3a8be5c351ed55d04a49e24.tar.gz
gnu: x265: Update to 2.4.
* gnu/packages/video.scm (x265): Update to 2.4.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 26f78eb832..16c861e833 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -273,7 +273,7 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public x265
(package
(name "x265")
- (version "2.3")
+ (version "2.4")
(source
(origin
(method url-fetch)
@@ -281,7 +281,7 @@ H.264 (MPEG-4 AVC) video streams.")
"x265_" version ".tar.gz"))
(sha256
(base32
- "07z4ydxg0lk6j43h0wlh2xddb91cy4y4mny2ln71d4278b1hllj7"))
+ "0afp0xlk0fb4q6j4sh3hyvjnjccdp61sn21zg3fyqvwgswcafalw"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "source/compat/getopt"))))