gnu: x265: Update to 2.3.

* gnu/packages/video.scm (x265): Update to 2.3.
This commit is contained in:
Marius Bakke 2017-02-25 12:48:59 +01:00
parent a343c46134
commit 49ed5de31e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public x265 (define-public x265
(package (package
(name "x265") (name "x265")
(version "2.1") (version "2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -271,7 +271,7 @@ H.264 (MPEG-4 AVC) video streams.")
"x265_" version ".tar.gz")) "x265_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0hx6sr9l7586gs4qds2sj0i1m5brxkaqq3cwmibhfb559fpvkz48")) "07z4ydxg0lk6j43h0wlh2xddb91cy4y4mny2ln71d4278b1hllj7"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(delete-file-recursively "source/compat/getopt")))) '(delete-file-recursively "source/compat/getopt"))))