guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: opus: Update to 1.2.1.


From: Leo Famulari
Subject: 01/01: gnu: opus: Update to 1.2.1.
Date: Mon, 24 Jul 2017 17:37:21 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit fce8285e4b0f2e055e36e7c4d60ed9a4ca0c8712
Author: Leo Famulari <address@hidden>
Date:   Mon Jul 24 17:07:50 2017 -0400

    gnu: opus: Update to 1.2.1.
    
    * gnu/packages/xiph.scm (opus): Update to 1.2.1.
    [source]: Use new source URL.
---
 gnu/packages/xiph.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 5f6f47f..4727441 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -322,15 +322,14 @@ ogginfo, to obtain information (tags, bitrate, length, 
etc.) about
 (define opus
   (package
     (name "opus")
-    (version "1.2")
+    (version "1.2.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "http://downloads.xiph.org/releases/opus/opus-"; version
-                    ".tar.gz"))
+              (uri (string-append "https://archive.mozilla.org/pub/opus/opus-";
+                                  version ".tar.gz"))
               (sha256
                (base32
-                "1ad9q2g9vivx409jdsslv1hrh5r616qz2pjm96y8ymsigfl4bnvp"))))
+                "0ch7yzgg4bn1g36bpjsfrgs4n19c84d7wpdida6yzifrrhwx7byg"))))
     (build-system gnu-build-system)
     (synopsis "Versatile audio codec")
     (description



reply via email to

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