guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mpg321: Update to 0.3.2.


From: Leo Famulari
Subject: 01/01: gnu: mpg321: Update to 0.3.2.
Date: Sun, 23 Oct 2016 09:04:38 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 5ed7f28da5dd829eccccba4835315a9861bed451
Author: Leo Famulari <address@hidden>
Date:   Sun Oct 23 04:57:09 2016 -0400

    gnu: mpg321: Update to 0.3.2.
    
    * gnu/packages/mp3.scm (mpg321): Update to 0.3.2.
---
 gnu/packages/mp3.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 80028be..37cc870 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -313,14 +313,14 @@ command-line tool as well as a C library, libmpg123.")
 (define-public mpg321
   (package
     (name "mpg321")
-    (version "0.3.1")
+    (version "0.3.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/mpg321/mpg321/"
                                  version "/mpg321-" version ".tar.gz"))
              (sha256
               (base32
-               "0yamsqvj15nsxxnjs9mgyslzx7krgsfk3q1hk3g6l8w9bbbj770b"))))
+               "0ki8mh76bbmdh77qsiw682dvi8y468yhbdabqwg05igmwc1wqvq5"))))
     (build-system gnu-build-system)
     (arguments '(#:configure-flags '("--disable-alsa")))
     (inputs



reply via email to

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