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.7.


From: Leo Famulari
Subject: 01/01: gnu: mpg123: Update to 1.25.7.
Date: Wed, 11 Oct 2017 08:53:31 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 5781c7dd27b8d96cef2e54693ca3ac91f69b4bda
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 08:22:07 2017 -0400

    gnu: mpg123: Update to 1.25.7.
    
    * gnu/packages/mp3.scm (mpg123): Update to 1.25.7.
---
 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 7c8f321..5795596 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -296,7 +296,7 @@ This package contains the binary.")
 (define-public mpg123
   (package
     (name "mpg123")
-    (version "1.25.6")
+    (version "1.25.7")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "mirror://sourceforge/mpg123/mpg123/"
@@ -306,7 +306,7 @@ This package contains the binary.")
                           version ".tar.bz2")))
               (sha256
                (base32
-                "13jsbh1gwypjksim2fxlblj5wc2driwm4igrkcnbr6bpp34mh10g"))))
+                "1ws40fglyyk51jvmz8gfapjkw1g51pkch1rffdsbh4b1yay5xc9i"))))
     (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]