all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67294] [PATCH] gnu: opus: Update to 1.4.
@ 2023-11-20 14:49 Antoine Côté
  2023-11-26 13:46 ` Mathieu Othacehe
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Antoine Côté @ 2023-11-20 14:49 UTC (permalink / raw)
  To: 67294; +Cc: Antoine Côté

* gnu/packages/xiph.scm (opus): Update to 1.4.

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

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index b47c718fb6..4cd2359719 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")))

base-commit: 761810d32a0550912b5bb36a0c9f60141bcb7d20
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-03-12 18:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-20 14:49 [bug#67294] [PATCH] gnu: opus: Update to 1.4 Antoine Côté
2023-11-26 13:46 ` Mathieu Othacehe
2024-01-30 17:56 ` [bug#67294] [PATCH v2] " Greg Hogan
2024-03-12 18:27 ` [bug#67294] [PATCH v3 0/2] Update opus Greg Hogan
2024-03-12 18:27   ` [bug#67294] [PATCH v3 1/2] gnu: opus: Update to 1.4 Greg Hogan
2024-03-12 18:27   ` [bug#67294] [PATCH v3 2/2] gnu: opus: Update to 1.5.1 Greg Hogan

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.