guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: mpg123: Update to 1.25.13.


From: guix-commits
Subject: 02/03: gnu: mpg123: Update to 1.25.13.
Date: Sun, 27 Oct 2019 10:21:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit eb28d9cf8d04e0df9d8025f91d836bba7a05eb82
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 27 15:02:22 2019 +0100

    gnu: mpg123: Update to 1.25.13.
    
    * gnu/packages/mp3.scm (mpg123): Update to 1.25.13.
---
 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 9a1cf60..b8e54d4 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -306,7 +306,7 @@ This package contains the binary.")
 (define-public mpg123
   (package
     (name "mpg123")
-    (version "1.25.12")
+    (version "1.25.13")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "mirror://sourceforge/mpg123/mpg123/"
@@ -316,7 +316,7 @@ This package contains the binary.")
                           version ".tar.bz2")))
               (sha256
                (base32
-                "1l9iwwgqzw6yg5zk9pqmlbfyq6d8dqysbmj0j3m8dyrxd34wgzhz"))))
+                "02l915jq0ymndb082g6w89bpf66z04ifa1lr7ga3yycw6m46hc4h"))))
     (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]