guix-commits
[Top][All Lists]
Advanced

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

06/08: TEMPORARY_HACK: Revert "gnu: ao: Update to 1.2.0."


From: Mark H. Weaver
Subject: 06/08: TEMPORARY_HACK: Revert "gnu: ao: Update to 1.2.0."
Date: Thu, 18 Aug 2016 07:31:10 +0000 (UTC)

mhw pushed a commit to branch wip-loongson2f
in repository guix.

commit 01b29b4c2549e388d864c44624a2d0a82ea183f5
Author: Mark H Weaver <address@hidden>
Date:   Mon Apr 4 12:57:00 2016 -0400

    TEMPORARY_HACK: Revert "gnu: ao: Update to 1.2.0."
    
    This reverts commit 35f6c4972e2b76fd3cf6e3d43b036fbd71962df9.
---
 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 81e0934..df45682 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,



reply via email to

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