GNU bug report logs -
#66950
[PATCH] gnu: mpd: Update to 0.23.14.
Previous Next
Reported by: Bruno Victal <mirai <at> makinata.eu>
Date: Sun, 5 Nov 2023 13:11:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mpd.scm (mpd): Update to 0.23.14.
Change-Id: Iccfbf2c7028cd53b52005366d8bcf1592798e155
---
gnu/packages/mpd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 0e762144a1..b01d1934a2 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -116,7 +116,7 @@ (define-public libmpdclient
(define-public mpd
(package
(name "mpd")
- (version "0.23.13")
+ (version "0.23.14")
(source (origin
(method url-fetch)
(uri
@@ -125,7 +125,7 @@ (define-public mpd
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "06fmy68lfrsi5y03l53dnwcynqhwh5f5vhdpbsr8lzmvzgk02sx9"))))
+ "1lh9nn4a7ng6i08df7rbs8c4nbgmz883pss9p2gswa6m4rsadfc5"))))
(build-system meson-build-system)
(arguments
(list
base-commit: 175532b749df65519d10699d49cc8b65b14a1f96
--
2.41.0
This bug report was last modified 1 year and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.