guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 5/8] gnu: mpg123: Update to 1.22.4.


From: Ricardo Wurmus
Subject: Re: [PATCH 5/8] gnu: mpg123: Update to 1.22.4.
Date: Thu, 1 Oct 2015 12:16:42 +0200

Efraim Flashner <address@hidden> writes:

> * gnu/packages/mp3.scm (mpg123): Update to 1.22.4.
> ---
>  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 d5ca155..4ce6917 100644
> --- a/gnu/packages/mp3.scm
> +++ b/gnu/packages/mp3.scm
> @@ -283,14 +283,14 @@ This package contains the binary.")
>  (define-public mpg123
>    (package
>      (name "mpg123")
> -    (version "1.19.0")
> +    (version "1.22.4")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "mirror://sourceforge/mpg123/mpg123-"
>                                    version ".tar.bz2"))
>                (sha256
>                 (base32
> -                "06xhd68mj9yp0r6l771aq0d7xgnl402a3wm2mvhxmd3w3ph29446"))))
> +                "1lj0xv0b6sgqsbhx10dg60cnzgz98i76gxy51kqh11hka0pf0sah"))))
>      (build-system gnu-build-system)
>      (arguments '(#:configure-flags '("--with-default-audio=pulse")))
>      (native-inputs `(("pkg-config" ,pkg-config)))

Looks good to me!

~~ Ricardo



reply via email to

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