gnu: opus: Update to 1.2.1.
* gnu/packages/xiph.scm (opus): Update to 1.2.1. [source]: Use new source URL.
This commit is contained in:
parent
d61a894bfa
commit
fce8285e4b
|
@ -322,15 +322,14 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about
|
||||||
(define opus
|
(define opus
|
||||||
(package
|
(package
|
||||||
(name "opus")
|
(name "opus")
|
||||||
(version "1.2")
|
(version "1.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "https://archive.mozilla.org/pub/opus/opus-"
|
||||||
"http://downloads.xiph.org/releases/opus/opus-" version
|
version ".tar.gz"))
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ad9q2g9vivx409jdsslv1hrh5r616qz2pjm96y8ymsigfl4bnvp"))))
|
"0ch7yzgg4bn1g36bpjsfrgs4n19c84d7wpdida6yzifrrhwx7byg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "Versatile audio codec")
|
(synopsis "Versatile audio codec")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue