guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33098] [PATCH 4/4] gnu: Opus: Update to 1.3.


From: Leo Famulari
Subject: [bug#33098] [PATCH 4/4] gnu: Opus: Update to 1.3.
Date: Fri, 19 Oct 2018 17:11:56 -0400

* gnu/packages/xiph.scm (opus): Update to 1.3.
---
 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 32f4e4da6..f7458c4b6 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -332,14 +332,14 @@ ogginfo, to obtain information (tags, bitrate, length, 
etc.) about
 (define opus
   (package
     (name "opus")
-    (version "1.2.1")
+    (version "1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.mozilla.org/pub/opus/opus-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0ch7yzgg4bn1g36bpjsfrgs4n19c84d7wpdida6yzifrrhwx7byg"))))
+                "0l651n19h0vhc0sn6w2c95hgqks1i8m4b3j04ncaznzjznp6jgag"))))
     (build-system gnu-build-system)
     (synopsis "Versatile audio codec")
     (description
-- 
2.19.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]