diff options
author | Leo Famulari <leo@famulari.name> | 2017-10-11 08:22:07 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-10-11 08:24:13 -0400 |
commit | 5781c7dd27b8d96cef2e54693ca3ac91f69b4bda (patch) | |
tree | b0a86ef92292e0e4eee8050469c0d444a3af1b79 /gnu/packages/mp3.scm | |
parent | 50fcf37c13bf0636d380b51db1c47d708641e9ca (diff) | |
download | guix-5781c7dd27b8d96cef2e54693ca3ac91f69b4bda.tar guix-5781c7dd27b8d96cef2e54693ca3ac91f69b4bda.tar.gz |
gnu: mpg123: Update to 1.25.7.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.7.
Diffstat (limited to 'gnu/packages/mp3.scm')
-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 7c8f32175d..579559616e 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -296,7 +296,7 @@ This package contains the binary.") (define-public mpg123 (package (name "mpg123") - (version "1.25.6") + (version "1.25.7") (source (origin (method url-fetch) (uri (list (string-append "mirror://sourceforge/mpg123/mpg123/" @@ -306,7 +306,7 @@ This package contains the binary.") version ".tar.bz2"))) (sha256 (base32 - "13jsbh1gwypjksim2fxlblj5wc2driwm4igrkcnbr6bpp34mh10g")))) + "1ws40fglyyk51jvmz8gfapjkw1g51pkch1rffdsbh4b1yay5xc9i")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-default-audio=pulse"))) (native-inputs `(("pkg-config" ,pkg-config))) |