[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: mpg123: Update to 1.23.8.
From: |
Leo Famulari |
Subject: |
01/01: gnu: mpg123: Update to 1.23.8. |
Date: |
Sun, 23 Oct 2016 08:55:43 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit d78b652c168626866a69b281619fbe17a2f2b025
Author: Leo Famulari <address@hidden>
Date: Sun Oct 23 04:53:02 2016 -0400
gnu: mpg123: Update to 1.23.8.
* gnu/packages/mp3.scm (mpg123): Update to 1.23.8.
---
gnu/packages/mp3.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 8b7f753..80028be 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -289,14 +289,14 @@ This package contains the binary.")
(define-public mpg123
(package
(name "mpg123")
- (version "1.22.4")
+ (version "1.23.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/mpg123/mpg123/" version
"/mpg123-" version ".tar.bz2"))
(sha256
(base32
- "1lj0xv0b6sgqsbhx10dg60cnzgz98i76gxy51kqh11hka0pf0sah"))))
+ "13ngfzk84k4ks7ymanmq8f6707yrybra5h0mk3ir6mdnxk4068yy"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--with-default-audio=pulse")))
(native-inputs `(("pkg-config" ,pkg-config)))