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
This commit is contained in:
Antoine Côté 2025-06-17 06:20:07 -04:00 committed by Gabriel Wicki
parent 1f47360174
commit da45386286
No known key found for this signature in database
GPG key ID: CC98E9F04330FD7F

View file

@ -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")))