diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-24 22:53:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-25 13:13:11 +0200 |
commit | 46b5e67eafdc6467c8dd4a720e24d3bd54a94ae0 (patch) | |
tree | 5af7c41655e787868c6a76f3e8dd0c31d7c13499 /gnu | |
parent | 0b772051d4e3b597733631b459080a4c1ee5af65 (diff) |
gnu: mpg123: Update to 1.26.3.
* gnu/packages/mp3.scm (mpg123): Update to 1.26.3.
Diffstat (limited to 'gnu')
-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 6c09c5c813..92e3d5d5f8 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -310,7 +310,7 @@ This package contains the binary.") (define-public mpg123 (package (name "mpg123") - (version "1.26.1") + (version "1.26.3") (source (origin (method url-fetch) @@ -320,7 +320,7 @@ This package contains the binary.") "https://www.mpg123.org/download/mpg123-" version ".tar.bz2"))) (sha256 - (base32 "0cp01wdy77ggzqzzasxd5jd9iypcly5m4c89idc9mpgknyd65mkl")))) + (base32 "0vkcfdx0mqq6lmpczsmpa2jsb0s6dryx3i7gvr32i3w9b9w9ij9h")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-default-audio=pulse"))) (native-inputs |