guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mpg123: Update to 1.26.0.


From: guix-commits
Subject: branch master updated: gnu: mpg123: Update to 1.26.0.
Date: Fri, 29 May 2020 17:24:15 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fa3e71d  gnu: mpg123: Update to 1.26.0.
fa3e71d is described below

commit fa3e71d67474775da193f5bf3d6d0b329522dbbb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 29 23:23:38 2020 +0200

    gnu: mpg123: Update to 1.26.0.
    
    * gnu/packages/mp3.scm (mpg123): Update to 1.26.0.
    [inputs]: Re-order alphabetically.
---
 gnu/packages/mp3.scm | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index ae234af..60ef556 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -309,22 +309,24 @@ This package contains the binary.")
 (define-public mpg123
   (package
     (name "mpg123")
-    (version "1.25.13")
-    (source (origin
-              (method url-fetch)
-              (uri (list (string-append "mirror://sourceforge/mpg123/mpg123/"
-                                        version "/mpg123-" version ".tar.bz2")
-                         (string-append
-                          "https://www.mpg123.org/download/mpg123-";
-                          version ".tar.bz2")))
-              (sha256
-               (base32
-                "02l915jq0ymndb082g6w89bpf66z04ifa1lr7ga3yycw6m46hc4h"))))
+    (version "1.26.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (list (string-append "mirror://sourceforge/mpg123/mpg123/"
+                                 version "/mpg123-" version ".tar.bz2")
+                  (string-append
+                   "https://www.mpg123.org/download/mpg123-";
+                   version ".tar.bz2")))
+       (sha256
+        (base32 "0s62k45mz6264h0ljkrrs9vyagvl78q9pxhi7dnbk56pmgs0br74"))))
     (build-system gnu-build-system)
     (arguments '(#:configure-flags '("--with-default-audio=pulse")))
-    (native-inputs `(("pkg-config" ,pkg-config)))
-    (inputs `(("pulseaudio" ,pulseaudio)
-              ("alsa-lib" ,alsa-lib)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("alsa-lib" ,alsa-lib)
+       ("pulseaudio" ,pulseaudio)))
     (home-page "https://www.mpg123.org/";)
     (synopsis "Console MP3 player and decoder library")
     (description



reply via email to

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