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


Message #20 received at 67294 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 67294 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH v3 2/2] gnu: opus: Update to 1.5.1.
Date: Tue, 12 Mar 2024 18:27:35 +0000
* gnu/packages/xiph.scm (opus): Update to 1.5.1.

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 d98cddbf4a..58dfd1eeb2 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -352,14 +352,14 @@ (define-public vorbis-tools
 (define-public opus
   (package
     (name "opus")
-    (version "1.4")
+    (version "1.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://downloads.xiph.org/releases/opus/opus-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "07y5977a7qsqxz72m85pa4lhypsbp43flvpi3wyycnmyad12pcy9"))))
+                "118g6hz58i6qk28d32b3gh4k4dqabrb24am139hpnhcdkfai0imq"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-- 
2.44.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.