guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: opusfile: Update to 0.9.


From: Tobias Geerinckx-Rice
Subject: 07/14: gnu: opusfile: Update to 0.9.
Date: Mon, 15 Jan 2018 02:28:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 06c8258b513e8fe2b3b3fe70610e343655836a4e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 15 07:29:11 2018 +0100

    gnu: opusfile: Update to 0.9.
    
    * gnu/packages/xiph.scm (opusfile): Update to 0.9.
---
 gnu/packages/xiph.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 1890746..4097a74 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2015 Paul van der Walt <address@hidden>
 ;;; Copyright © 2015, 2016, 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -395,7 +396,7 @@ decoding .opus files.")
 (define opusfile
   (package
     (name "opusfile")
-    (version "0.8")
+    (version "0.9")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -403,7 +404,7 @@ decoding .opus files.")
                     ".tar.gz"))
               (sha256
                (base32
-                "192mp2jgn5s9815h31ybzsfipmbppmdhwx1dymrk26xarz9iw8rc"))))
+                "0yg9whb9y6ja3d5dmscg5a29hxj7qj0asw8smisjf4hbwh0bapzp"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("opus" ,opus)))



reply via email to

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