summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-02-25 12:48:59 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-25 13:10:28 +0100
commit49ed5de31ebfa0a743a8fffb8dbc43092f8bf073 (patch)
tree4c1ad83e54e4514dc473a8eee0875451dd4771e4
parenta343c46134531ec2a4b1ef7dfced9c4281782264 (diff)
downloadpatches-49ed5de31ebfa0a743a8fffb8dbc43092f8bf073.tar
patches-49ed5de31ebfa0a743a8fffb8dbc43092f8bf073.tar.gz
gnu: x265: Update to 2.3.
* gnu/packages/video.scm (x265): Update to 2.3.
-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 aee24b0f40..16dc92c322 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -263,7 +263,7 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public x265
(package
(name "x265")
- (version "2.1")
+ (version "2.3")
(source
(origin
(method url-fetch)
@@ -271,7 +271,7 @@ H.264 (MPEG-4 AVC) video streams.")
"x265_" version ".tar.gz"))
(sha256
(base32
- "0hx6sr9l7586gs4qds2sj0i1m5brxkaqq3cwmibhfb559fpvkz48"))
+ "07z4ydxg0lk6j43h0wlh2xddb91cy4y4mny2ln71d4278b1hllj7"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "source/compat/getopt"))))