diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-03 20:44:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-03 20:45:20 +0200 |
commit | b3ece3ba1691c358d98283bf23fa7ac7cf632fff (patch) | |
tree | c17c607f0a798ea7612cb1c5318f0651f48e7f58 | |
parent | 5122961329906dd1cd721ad3d0659ce4038f6cc8 (diff) |
gnu: mpg123: Update to 1.26.1.
* gnu/packages/mp3.scm (mpg123): Update to 1.26.1.
-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 60ef5560a1..2a4ca555dc 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -309,7 +309,7 @@ This package contains the binary.") (define-public mpg123 (package (name "mpg123") - (version "1.26.0") + (version "1.26.1") (source (origin (method url-fetch) @@ -319,7 +319,7 @@ This package contains the binary.") "https://www.mpg123.org/download/mpg123-" version ".tar.bz2"))) (sha256 - (base32 "0s62k45mz6264h0ljkrrs9vyagvl78q9pxhi7dnbk56pmgs0br74")))) + (base32 "0cp01wdy77ggzqzzasxd5jd9iypcly5m4c89idc9mpgknyd65mkl")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-default-audio=pulse"))) (native-inputs |