summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-04-04 12:57:00 -0400
committerMark H Weaver <mhw@netris.org>2016-08-18 03:29:23 -0400
commit01b29b4c2549e388d864c44624a2d0a82ea183f5 (patch)
treeb8ab85cbfd43a6dbc2b8967da3595a43df7321ae
parentbd5e7f2e6ea66ab987039d810bc19f337cb5b9cb (diff)
downloadguix-01b29b4c2549e388d864c44624a2d0a82ea183f5.tar.gz
TEMPORARY_HACK: Revert "gnu: ao: Update to 1.2.0."
This reverts commit 35f6c4972e2b76fd3cf6e3d43b036fbd71962df9.
-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 81e0934889..df4568241b 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.2.0")
+    (version "1.1.0")
     (source
      (origin
       (method url-fetch)
@@ -160,7 +160,7 @@ stereo encoding, and voice activity detection.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "1bwwv1g9lchaq6qmhvj1pp3hnyqr64ydd4j38x94pmprs4d27b83"))))
+        "1m0v2y6bhr4iwsgdkc7b3y0qgpvpv1ifbxsy8n8ahsvjn6wmppi9"))))
     (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,