~ruther/guix-local

e4f4875d4fc3fc96fc50956bbe421caff0e01a4a — Antoine Côté 9 months ago 290ba3b
gnu: opus: Update to 1.5.2.

The Mozilla archive is no longer actively mirroring the source for this package.

* gnu/packages/xiph.scm (opus): Update to 1.5.2.
[source]: Update origin URI.

Change-Id: Iaea105fec92593ce8c62e7874e8362921fef779b
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/xiph.scm
M gnu/packages/xiph.scm => gnu/packages/xiph.scm +3 -3
@@ 368,14 368,14 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about
(define-public opus
  (package
    (name "opus")
    (version "1.3.1")
    (version "1.5.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://archive.mozilla.org/pub/opus/opus-"
              (uri (string-append "https://downloads.xiph.org/releases/opus/opus-"
                                  version ".tar.gz"))
              (sha256
               (base32
                "17gz8kxs4i7icsc1gj713gadiapyklynlwqlf0ai98dj4lg8xdb5"))))
                "1qbwk9zyhbk185ly8xjq6hwmibair53vx363h80b4bwzigvx5hb5"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags '("--disable-static")))