mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: opus: Update to 1.1.4 [fixes CVE-2017-0381].
* gnu/packages/xiph.scm (opus): Update to 1.1.4.
This commit is contained in:
parent
2df34b578f
commit
4cfd222fa7
1 changed files with 2 additions and 2 deletions
|
@ -300,7 +300,7 @@ (define vorbis-tools
|
|||
(define opus
|
||||
(package
|
||||
(name "opus")
|
||||
(version "1.1.3")
|
||||
(version "1.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -308,7 +308,7 @@ (define opus
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cxnd7pjxbgh6l3cbzsw29phpr5cq28fikfhjlp1hc3y5s0gxdjq"))))
|
||||
"14l6kpapmcnvl7p9hrmbqcnzj13zfzyppyc9a5kd4788h2rvc8li"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "Versatile audio codec")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue