summary refs log tree commit diff
path: root/gnu/packages/xiph.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-01-24 19:10:04 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-02-03 13:10:37 +0200
commit35f6c4972e2b76fd3cf6e3d43b036fbd71962df9 (patch)
treeb88f10908272594d44aa73dabe2f5c0c8b36ca6a /gnu/packages/xiph.scm
parenta220b262dbeacb80d86af30d04d9f952616739d3 (diff)
downloadguix-35f6c4972e2b76fd3cf6e3d43b036fbd71962df9.tar.gz
gnu: ao: Update to 1.2.0.
* gnu/packages/xiph.scm (ao): Update to 1.2.0.
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r--gnu/packages/xiph.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index cca0c14c1b..a602a34645 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -152,7 +152,7 @@ stereo encoding, and voice activity detection.")
 (define ao
   (package
     (name "ao")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
       (method url-fetch)
@@ -160,7 +160,7 @@ stereo encoding, and voice activity detection.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "1m0v2y6bhr4iwsgdkc7b3y0qgpvpv1ifbxsy8n8ahsvjn6wmppi9"))))
+        "1bwwv1g9lchaq6qmhvj1pp3hnyqr64ydd4j38x94pmprs4d27b83"))))
     (build-system gnu-build-system)
     ;; FIXME: Add further backends, see the summary printed after configure.
     ;; XXX: Should back-ends be pushed to different outputs?  For instance,