gnu: Opus: Update to 1.3.

* gnu/packages/xiph.scm (opus): Update to 1.3.
This commit is contained in:
Leo Famulari 2018-10-19 16:27:41 -04:00
parent d0ff383ed8
commit a640492f6d
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -333,14 +333,14 @@ (define vorbis-tools
(define opus
(package
(name "opus")
(version "1.2.1")
(version "1.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.mozilla.org/pub/opus/opus-"
version ".tar.gz"))
(sha256
(base32
"0ch7yzgg4bn1g36bpjsfrgs4n19c84d7wpdida6yzifrrhwx7byg"))))
"0l651n19h0vhc0sn6w2c95hgqks1i8m4b3j04ncaznzjznp6jgag"))))
(build-system gnu-build-system)
(synopsis "Versatile audio codec")
(description