guix-commits
[Top][All Lists]
Advanced

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

16/18: gnu: opusfile: Update to 0.10.


From: Tobias Geerinckx-Rice
Subject: 16/18: gnu: opusfile: Update to 0.10.
Date: Fri, 16 Feb 2018 05:15:22 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2b33c4d6775cf0c0a1e0551b1c12ad555d2ba6c5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 16 03:05:45 2018 +0100

    gnu: opusfile: Update to 0.10.
    
    * gnu/packages/xiph.scm (opusfile): Update to 0.10.
---
 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 4097a74..141cf14 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -396,7 +396,7 @@ decoding .opus files.")
 (define opusfile
   (package
     (name "opusfile")
-    (version "0.9")
+    (version "0.10")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -404,7 +404,7 @@ decoding .opus files.")
                     ".tar.gz"))
               (sha256
                (base32
-                "0yg9whb9y6ja3d5dmscg5a29hxj7qj0asw8smisjf4hbwh0bapzp"))))
+                "0bs1376sd131qdh7198jp64vv5d17az5wyy4y7srrvw7p8k3bq28"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("opus" ,opus)))



reply via email to

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