summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-24 22:53:20 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-25 13:13:11 +0200
commit46b5e67eafdc6467c8dd4a720e24d3bd54a94ae0 (patch)
tree5af7c41655e787868c6a76f3e8dd0c31d7c13499 /gnu/packages
parent0b772051d4e3b597733631b459080a4c1ee5af65 (diff)
downloadguix-patches-46b5e67eafdc6467c8dd4a720e24d3bd54a94ae0.tar
guix-patches-46b5e67eafdc6467c8dd4a720e24d3bd54a94ae0.tar.gz
gnu: mpg123: Update to 1.26.3.
* gnu/packages/mp3.scm (mpg123): Update to 1.26.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/mp3.scm4
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