guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: x265: Update to 3.1.2.


From: guix-commits
Subject: 02/02: gnu: x265: Update to 3.1.2.
Date: Sun, 4 Aug 2019 18:22:38 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5b689de58db29f55265d4feb82b97fc70332d27b
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 4 19:44:55 2019 +0200

    gnu: x265: Update to 3.1.2.
    
    * gnu/packages/video.scm (x265): Update to 3.1.2.
---
 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 6f68935..04715a5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -473,7 +473,7 @@ and creating Matroska files from other media files 
(@code{mkvmerge}).")
 (define-public x265
   (package
     (name "x265")
-    (version "3.1.1")
+    (version "3.1.2")
     (outputs '("out" "static"))
     (source
       (origin
@@ -484,7 +484,7 @@ and creating Matroska files from other media files 
(@code{mkvmerge}).")
                                   "x265_" version ".tar.gz")))
         (sha256
          (base32
-          "1l68lgdbsi4wjz5vad98ggx7mf92rnvzlq34m6w0a08ark3h0yc2"))
+          "1ajr59gjj47gnczfb2qhmzclj746pdiq9a1d81b0mq22k8f5yy3g"))
         (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]