[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: mpg123: Update to 1.26.4.
From: |
guix-commits |
Subject: |
06/07: gnu: mpg123: Update to 1.26.4. |
Date: |
Mon, 28 Dec 2020 10:52:55 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 1d16592216f712c7dae58cc796b05c0180a84c8f
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sun Dec 27 17:37:15 2020 +0100
gnu: mpg123: Update to 1.26.4.
* gnu/packages/mp3.scm (mpg123): Update to 1.26.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 fa45ef9..c32b3cb 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -364,7 +364,7 @@ This package contains the binary.")
(define-public mpg123
(package
(name "mpg123")
- (version "1.26.3")
+ (version "1.26.4")
(source
(origin
(method url-fetch)
@@ -374,7 +374,7 @@ This package contains the binary.")
"https://www.mpg123.org/download/mpg123-"
version ".tar.bz2")))
(sha256
- (base32 "0vkcfdx0mqq6lmpczsmpa2jsb0s6dryx3i7gvr32i3w9b9w9ij9h"))))
+ (base32 "0m34hjssgslcsns8lj1n7f32iyiw547qgba9j2r6d9pp1ma92688"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--with-default-audio=pulse")))
(native-inputs
- branch master updated (2341480 -> 1be0da2), guix-commits, 2020/12/28
- 03/07: gnu: desktop-file-utils: Update to 0.26., guix-commits, 2020/12/28
- 02/07: gnu: dialog: Enable tests., guix-commits, 2020/12/28
- 05/07: gnu: enchant: Update to 2.2.15., guix-commits, 2020/12/28
- 06/07: gnu: mpg123: Update to 1.26.4.,
guix-commits <=
- 01/07: gnu: dialog: Update to 1.3-20201126., guix-commits, 2020/12/28
- 07/07: gnu: whois: Update to 5.5.7., guix-commits, 2020/12/28
- 04/07: gnu: doctest: Update to 2.4.4., guix-commits, 2020/12/28