gnu: x265: Update to 2.6.

* gnu/packages/video.scm (x265): Update to 2.6.
This commit is contained in:
Efraim Flashner 2018-02-13 22:07:10 +02:00
parent 1373ce7ce0
commit 975c715a41
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -376,7 +376,7 @@ and creating Matroska files from other media files (@code{mkvmerge}).")
(define-public x265 (define-public x265
(package (package
(name "x265") (name "x265")
(version "2.4") (version "2.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -384,7 +384,7 @@ and creating Matroska files from other media files (@code{mkvmerge}).")
"x265_" version ".tar.gz")) "x265_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0afp0xlk0fb4q6j4sh3hyvjnjccdp61sn21zg3fyqvwgswcafalw")) "1gyd94jkwdii9308m07nymsbxrmrcl81c0j8i10zhslr2mj07w0v"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(delete-file-recursively "source/compat/getopt")))) '(delete-file-recursively "source/compat/getopt"))))