From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: [PATCH 5/8] gnu: mpg123: Update to 1.22.4. Date: Wed, 30 Sep 2015 20:56:45 +0300 Message-ID: <1443635808-18649-6-git-send-email-efraim@flashner.co.il> References: <1443635808-18649-1-git-send-email-efraim@flashner.co.il> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhLcq-0003cg-VT for guix-devel@gnu.org; Wed, 30 Sep 2015 13:57:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhLcm-0006it-Pr for guix-devel@gnu.org; Wed, 30 Sep 2015 13:57:08 -0400 Received: from flashner.co.il ([178.62.234.194]:54134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhLcm-0006if-Ju for guix-devel@gnu.org; Wed, 30 Sep 2015 13:57:04 -0400 Received: from localhost.localdomain (85.65.229.31.dynamic.barak-online.net [85.65.229.31]) by flashner.co.il (Postfix) with ESMTPSA id F2811400C3 for ; Wed, 30 Sep 2015 17:57:03 +0000 (UTC) In-Reply-To: <1443635808-18649-1-git-send-email-efraim@flashner.co.il> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/mp3.scm (mpg123): Update to 1.22.4. --- 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 d5ca155..4ce6917 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -283,14 +283,14 @@ This package contains the binary.") (define-public mpg123 (package (name "mpg123") - (version "1.19.0") + (version "1.22.4") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/mpg123/mpg123-" version ".tar.bz2")) (sha256 (base32 - "06xhd68mj9yp0r6l771aq0d7xgnl402a3wm2mvhxmd3w3ph29446")))) + "1lj0xv0b6sgqsbhx10dg60cnzgz98i76gxy51kqh11hka0pf0sah")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-default-audio=pulse"))) (native-inputs `(("pkg-config" ,pkg-config))) -- 2.6.0