diff mbox series

[bug#67294,v2] gnu: opus: Update to 1.4.

Message ID a66475108df1007a6ad8d7e899213f28aae91426.1706637201.git.code@greghogan.com
State New
Headers show
Series [bug#67294,v2] gnu: opus: Update to 1.4. | expand

Commit Message

Greg Hogan Jan. 30, 2024, 5:56 p.m. UTC
From: Antoine Côté <antoine.cote@posteo.net>

Am submitting Antoine's patch with an updated commit message per the
review on 2023/11/26.

This package has ~2749 dependent packages.

The mozilla archive is no longer actively mirroring the source for opus.

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

Change-Id: Id94adf022e8a4fc14d54d9146111e53ccc9a81b4
---
 gnu/packages/xiph.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


base-commit: c60afaf731e01a02fccccedfe6cc79ec197c5a8d
diff mbox series

Patch

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 480589292d..75cee3345c 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -13,6 +13,7 @@ 
 ;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2023 Antoine Côté <antoine.cote@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -327,14 +328,14 @@  (define-public vorbis-tools
 (define-public opus
   (package
     (name "opus")
-    (version "1.3.1")
+    (version "1.4")
     (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"))))
+                "07y5977a7qsqxz72m85pa4lhypsbp43flvpi3wyycnmyad12pcy9"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))