GNU bug report logs -
#60357
[PATCH v2] MPD: Add missing inputs and update to 0.23.12
Previous Next
Reported by: mirai <at> makinata.eu
Date: Tue, 27 Dec 2022 16:12:01 UTC
Severity: normal
Tags: patch
Done: Bruno Victal <mirai <at> makinata.eu>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 60357 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mpd.scm (mpd): Update to 0.23.12.
---
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 fc52f377a8..0526fd42d6 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -118,7 +118,7 @@ (define-public libmpdclient
(define-public mpd
(package
(name "mpd")
- (version "0.23.11")
+ (version "0.23.12")
(source (origin
(method url-fetch)
(uri
@@ -127,7 +127,7 @@ (define-public mpd
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "1afwvw2670yz3kxzlqjlg9r8ra8fjihj97hgc6skiwnzz6lfgd7d"))))
+ "1rq2hyfvwwri3sivab747csza2i096y7m8563rl5mhpchhiadz5p"))))
(build-system meson-build-system)
(arguments
(list
--
2.38.1
This bug report was last modified 2 years and 109 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.