diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-02-13 22:07:10 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-02-13 22:56:48 +0200 |
commit | 975c715a414155897a7523aede044d94ad078c18 (patch) | |
tree | e42181e0b45636a552cccc403ed0e6f7ac5c2693 /gnu/packages/video.scm | |
parent | 1373ce7ce0e92a4fb6f2e13552688a3bc86b01d6 (diff) |
gnu: x265: Update to 2.6.
* gnu/packages/video.scm (x265): Update to 2.6.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 126816d9ee..be348c85c3 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -376,7 +376,7 @@ and creating Matroska files from other media files (@code{mkvmerge}).") (define-public x265 (package (name "x265") - (version "2.4") + (version "2.6") (source (origin (method url-fetch) @@ -384,7 +384,7 @@ and creating Matroska files from other media files (@code{mkvmerge}).") "x265_" version ".tar.gz")) (sha256 (base32 - "0afp0xlk0fb4q6j4sh3hyvjnjccdp61sn21zg3fyqvwgswcafalw")) + "1gyd94jkwdii9308m07nymsbxrmrcl81c0j8i10zhslr2mj07w0v")) (modules '((guix build utils))) (snippet '(delete-file-recursively "source/compat/getopt")))) |