gnu: mpg123: Update to 1.31.2.
* gnu/packages/mp3.scm (mpg123): Update to 1.31.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
bf9db38291
commit
a52074001f
1 changed files with 2 additions and 2 deletions
|
@ -409,7 +409,7 @@ This package contains the binary.")
|
||||||
(define-public mpg123
|
(define-public mpg123
|
||||||
(package
|
(package
|
||||||
(name "mpg123")
|
(name "mpg123")
|
||||||
(version "1.28.2")
|
(version "1.31.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -419,7 +419,7 @@ This package contains the binary.")
|
||||||
"https://www.mpg123.org/download/mpg123-"
|
"https://www.mpg123.org/download/mpg123-"
|
||||||
version ".tar.bz2")))
|
version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "006v44nz4nkpgvxz1k2vbbrfpa2m47hyydscs0wf3iysiyvd9vvy"))))
|
(base32 "1pn777l9m7qbsx4v93gnav8bf6yi3skzdz8x81mkpx1ibs824zxi"))))
|
||||||
(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
|
(native-inputs
|
||||||
|
|
Reference in a new issue