~ruther/guix-local

cfa7473c2b961d23f3a8be5c351ed55d04a49e24 — Marius Bakke 8 years ago 3bc45ad
gnu: x265: Update to 2.4.

* gnu/packages/video.scm (x265): Update to 2.4.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +2 -2
@@ 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"))))