diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2024-11-02 14:31:13 +0100 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-11-21 22:52:56 +0800 |
commit | 4c9d112831f49d69b4a90740f5e2fdd17f68fa17 (patch) | |
tree | 70ba2aa98afc384341e8fba1d6bdb796cfe4710b /gnu/packages/video.scm | |
parent | 64e0617e32f55e92bf9ce8ee1d6bc6005f2607bb (diff) | |
download | guix-4c9d112831f49d69b4a90740f5e2fdd17f68fa17.tar.gz guix-4c9d112831f49d69b4a90740f5e2fdd17f68fa17.zip |
gnu: libvpx: Update to 1.15.0.
* gnu/packages/video.scm (libvpx): Update to 1.15.0.
Change-Id: I52213edadb56b8a65394281103dde528173cd7b3
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index df4928397a..2da458ed01 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2957,7 +2957,7 @@ To load this plugin, specify the following option when starting mpv: (define-public libvpx (package (name "libvpx") - (version "1.14.1") + (version "1.15.0") (source (origin (method git-fetch) (uri (git-reference @@ -2966,7 +2966,7 @@ To load this plugin, specify the following option when starting mpv: (file-name (git-file-name name version)) (sha256 (base32 - "0r6qvc84mflpy1zxz7p8aj7i552cwx957l50akvajxmzij1kpy1x")) + "1q2scpfiifhpilw6qqpqihk98plj57gwh0vyiqwsv991i7b322bv")) (patches (search-patches "libvpx-CVE-2016-2818.patch")))) (build-system gnu-build-system) (arguments |