guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: opus: Update to 1.3.1.


From: guix-commits
Subject: 10/10: gnu: opus: Update to 1.3.1.
Date: Sat, 4 May 2019 10:55:14 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 57e839a26d0e3e97c55ee2a5bb39f288e7498155
Author: Marius Bakke <address@hidden>
Date:   Thu May 2 13:51:58 2019 +0200

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



reply via email to

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