mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1f47360174
commit
da45386286
1 changed files with 3 additions and 3 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue