diff options
author | Leo Famulari <leo@famulari.name> | 2017-06-21 02:01:12 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-06-21 15:15:00 -0400 |
commit | a8bcc5ffe9135035a5b5539c0ce315f1e8278332 (patch) | |
tree | 1dc4c85900d5edd0423892979a65025256487d11 /gnu/packages/xiph.scm | |
parent | f885fc05128d49e66948456bc70b5ff058b190e6 (diff) | |
download | patches-a8bcc5ffe9135035a5b5539c0ce315f1e8278332.tar patches-a8bcc5ffe9135035a5b5539c0ce315f1e8278332.tar.gz |
gnu: opus: Update to 1.2.
* gnu/packages/xiph.scm (opus): Update to 1.2.
[home-page]: Use HTTPS URL.
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r-- | gnu/packages/xiph.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 7b02980159..397f4a97d2 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -322,7 +322,7 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about (define opus (package (name "opus") - (version "1.1.4") + (version "1.2") (source (origin (method url-fetch) (uri (string-append @@ -330,7 +330,7 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about ".tar.gz")) (sha256 (base32 - "14l6kpapmcnvl7p9hrmbqcnzj13zfzyppyc9a5kd4788h2rvc8li")))) + "1ad9q2g9vivx409jdsslv1hrh5r616qz2pjm96y8ymsigfl4bnvp")))) (build-system gnu-build-system) (synopsis "Versatile audio codec") (description @@ -340,7 +340,7 @@ but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.") (license license:bsd-3) - (home-page "http://www.opus-codec.org"))) + (home-page "https://www.opus-codec.org"))) (define opus-tools (package |