guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: Opus: Update to 1.3.


From: Leo Famulari
Subject: 04/05: gnu: Opus: Update to 1.3.
Date: Tue, 23 Oct 2018 00:19:07 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit a640492f6dc5955cc5818156de939850db07d720
Author: Leo Famulari <address@hidden>
Date:   Fri Oct 19 16:27:41 2018 -0400

    gnu: Opus: Update to 1.3.
    
    * 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 8991bfa..c3072f4 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -333,14 +333,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



reply via email to

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