mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mpg123: Update to 1.25.10.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.10.
This commit is contained in:
parent
5e3010a2ac
commit
4a146957e7
1 changed files with 2 additions and 2 deletions
|
@ -301,7 +301,7 @@ (define-public mp3splt
|
||||||
(define-public mpg123
|
(define-public mpg123
|
||||||
(package
|
(package
|
||||||
(name "mpg123")
|
(name "mpg123")
|
||||||
(version "1.25.8")
|
(version "1.25.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "mirror://sourceforge/mpg123/mpg123/"
|
(uri (list (string-append "mirror://sourceforge/mpg123/mpg123/"
|
||||||
|
@ -311,7 +311,7 @@ (define-public mpg123
|
||||||
version ".tar.bz2")))
|
version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16s9z1xc5kv1p90g42vsr9m4gq3dwjsmrj873x4i8601mvpm3nkr"))))
|
"08vhp8lz7d9ybhxcmkq3adwfryhivfvp0745k4r9kgz4wap3f4vc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:configure-flags '("--with-default-audio=pulse")))
|
(arguments '(#:configure-flags '("--with-default-audio=pulse")))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in a new issue