diff options
author | Vasile Dumitrascu via Guix-patches via <guix-patches@gnu.org> | 2023-02-26 11:55:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-02-19 01:00:18 +0100 |
commit | a52074001ffe01d6d864f0b70d624b6a0a64bba7 (patch) | |
tree | 3e614b798dc1baef5e9a6ae23a2e571f71dbc3c4 /gnu/packages | |
parent | bf9db382915d3b8d16c6332c90c4b2f50f212ebd (diff) | |
download | guix-a52074001ffe01d6d864f0b70d624b6a0a64bba7.tar.gz guix-a52074001ffe01d6d864f0b70d624b6a0a64bba7.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mp3.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 3aa24c75ab..80e3b35469 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -409,7 +409,7 @@ This package contains the binary.") (define-public mpg123 (package (name "mpg123") - (version "1.28.2") + (version "1.31.2") (source (origin (method url-fetch) @@ -419,7 +419,7 @@ This package contains the binary.") "https://www.mpg123.org/download/mpg123-" version ".tar.bz2"))) (sha256 - (base32 "006v44nz4nkpgvxz1k2vbbrfpa2m47hyydscs0wf3iysiyvd9vvy")))) + (base32 "1pn777l9m7qbsx4v93gnav8bf6yi3skzdz8x81mkpx1ibs824zxi")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-default-audio=pulse"))) (native-inputs |