guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: x265: Update to 2.4.


From: Marius Bakke
Subject: 03/04: gnu: x265: Update to 2.4.
Date: Sun, 21 May 2017 11:13:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cfa7473c2b961d23f3a8be5c351ed55d04a49e24
Author: Marius Bakke <address@hidden>
Date:   Sun May 21 17:04:41 2017 +0200

    gnu: x265: Update to 2.4.
    
    * gnu/packages/video.scm (x265): Update to 2.4.
---
 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 26f78eb..16c861e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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"))))



reply via email to

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