guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mpg123: Update to 1.25.0.


From: Leo Famulari
Subject: 01/01: gnu: mpg123: Update to 1.25.0.
Date: Wed, 28 Jun 2017 11:26:28 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 6bcf1cd5dbec63691dacb51f143ccf33fb0e140a
Author: Leo Famulari <address@hidden>
Date:   Wed Jun 28 11:19:08 2017 -0400

    gnu: mpg123: Update to 1.25.0.
    
    * gnu/packages/mp3.scm (mpg123): Update to 1.25.0.
---
 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 78c2b2f..8a3a580 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -290,14 +290,14 @@ This package contains the binary.")
 (define-public mpg123
   (package
     (name "mpg123")
-    (version "1.23.8")
+    (version "1.25.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/mpg123/mpg123/" version
                                   "/mpg123-" version ".tar.bz2"))
               (sha256
                (base32
-                "13ngfzk84k4ks7ymanmq8f6707yrybra5h0mk3ir6mdnxk4068yy"))))
+                "0j2fyb984cwvhn8kicf87y39bhjsg43p14aj893hzq25n0fkwbjm"))))
     (build-system gnu-build-system)
     (arguments '(#:configure-flags '("--with-default-audio=pulse")))
     (native-inputs `(("pkg-config" ,pkg-config)))



reply via email to

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