guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: x265: Update to 2.3.


From: Marius Bakke
Subject: 05/07: gnu: x265: Update to 2.3.
Date: Sat, 25 Feb 2017 07:10:57 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 49ed5de31ebfa0a743a8fffb8dbc43092f8bf073
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 25 12:48:59 2017 +0100

    gnu: x265: Update to 2.3.
    
    * gnu/packages/video.scm (x265): Update to 2.3.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index aee24b0..16dc92c 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]