guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: x265: Update to 3.3.


From: guix-commits
Subject: 01/03: gnu: x265: Update to 3.3.
Date: Tue, 14 Apr 2020 11:38:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0fc1feec2e62fec703cc149fa52547f4e59236e0
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Apr 14 17:12:57 2020 +0200

    gnu: x265: Update to 3.3.
    
    * gnu/packages/video.scm (x265): Update to 3.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 ba1fb66..c811120 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -602,7 +602,7 @@ available.")
 (define-public x265
   (package
     (name "x265")
-    (version "3.2.1")
+    (version "3.3")
     (outputs '("out" "static"))
     (source
       (origin
@@ -612,7 +612,7 @@ available.")
                    (string-append 
"https://download.videolan.org/videolan/x265/";
                                   "x265_" version ".tar.gz")))
         (sha256
-         (base32 "1k5vijsy6cgcghw69f5275xfmbjjx7js0nlbgxbd6krnjb7sv6zv"))
+         (base32 "170b61cgpcs5n35qps0p40dqs1q81vkgagzbs4zv7pzls6718vpj"))
         (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]