guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: x265: Update to 3.2.


From: guix-commits
Subject: 01/02: gnu: x265: Update to 3.2.
Date: Mon, 28 Oct 2019 15:39:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8ca565ec1a0f0c3a5b7acf9d323e345e40be1473
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 28 12:49:49 2019 +0100

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cef2d50..97af4b8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -508,7 +508,7 @@ H.264 (MPEG-4 AVC) video streams.")
 (define-public x265
   (package
     (name "x265")
-    (version "3.1.2")
+    (version "3.2")
     (outputs '("out" "static"))
     (source
       (origin
@@ -518,8 +518,7 @@ H.264 (MPEG-4 AVC) video streams.")
                    (string-append 
"https://download.videolan.org/videolan/x265/";
                                   "x265_" version ".tar.gz")))
         (sha256
-         (base32
-          "1ajr59gjj47gnczfb2qhmzclj746pdiq9a1d81b0mq22k8f5yy3g"))
+         (base32 "0fqkhfhr22gzavxn60cpnj3agwdf5afivszxf3haj5k1sny7jk9n"))
         (patches (search-patches "x265-arm-flags.patch"))
         (modules '((guix build utils)))
         (snippet '(begin



reply via email to

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