guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: libvpx: Update to 1.8.2.


From: guix-commits
Subject: 07/16: gnu: libvpx: Update to 1.8.2.
Date: Mon, 20 Jan 2020 17:00:02 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0fd80a2556694bb59c54b02c12d0d10399893ac0
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 19 23:39:42 2020 +0100

    gnu: libvpx: Update to 1.8.2.
    
    * gnu/packages/video.scm (libvpx): Update to 1.8.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 ad96593..d22f197 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1484,7 +1484,7 @@ To load this plugin, specify the following option when 
starting mpv:
 (define-public libvpx
   (package
     (name "libvpx")
-    (version "1.8.1")
+    (version "1.8.2")
     (source (origin
               ;; XXX: Upstream does not provide tarballs for > 1.6.1.
               (method git-fetch)
@@ -1494,7 +1494,7 @@ To load this plugin, specify the following option when 
starting mpv:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0mm1dcfa268rwsrgzqpbbgq4lwrvdzgp90h9dxsnkhai70l7gipq"))
+                "0gyq4fkbd2fv7m1mm9xrvn6rk6f4jsmbv8bnlhingmnrvyncnmnr"))
               (patches (search-patches "libvpx-CVE-2016-2818.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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