GNU bug report logs - #67294
[PATCH] gnu: opus: Update to 1.4.

Previous Next

Package: guix-patches;

Reported by: Antoine Côté <antoine.cote <at> posteo.net>

Date: Mon, 20 Nov 2023 14:51:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Greg Hogan <code <at> greghogan.com>
To: 67294 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [bug#67294] [PATCH v4 2/2] gnu: opus: Update to 1.5.2.
Date: Fri, 18 Apr 2025 19:35:15 +0000
* gnu/packages/xiph.scm (opus): Update to 1.5.2.

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

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index c19c1f0efa..3f6985e3d7 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -362,14 +362,14 @@ (define-public vorbis-tools
 (define-public opus
   (package
     (name "opus")
-    (version "1.4")
+    (version "1.5.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://downloads.xiph.org/releases/opus/opus-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "07y5977a7qsqxz72m85pa4lhypsbp43flvpi3wyycnmyad12pcy9"))))
+                "1qbwk9zyhbk185ly8xjq6hwmibair53vx363h80b4bwzigvx5hb5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-- 
2.49.0





This bug report was last modified 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.