janneke pushed a commit to branch core-packages-team
in repository guix.
commit 12d64714fbf749efe74e5947c647b1499664bf40
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Thu Jan 2 12:41:49 2025 +0100
gnu: mpdscribble: Update to 0.25; fixes build with gcc-14.
* gnu/packages/mpd.scm (mpdscribble): Update to 0.25.
Change-Id: Ic6b59583c594c4329b407aa6b24f6bb5667ee09f
---
gnu/packages/mpd.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 1cf9c6c781..0f64ca7a6b 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2020 Lars-Dominik Braun <[email protected]>
;;; Copyright © 2020–2023 Simon Streit <[email protected]>
;;; Copyright © 2021 Noah Evans <[email protected]>
+;;; Copyright © 2025 Janneke Nieuwenhuizen <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -333,14 +334,14 @@ sort playlists, and a local file system browser.")
(define-public mpdscribble
(package
(name "mpdscribble")
- (version "0.24")
+ (version "0.25")
(source (origin
(method url-fetch)
(uri (string-append
"http://www.musicpd.org/download/mpdscribble/"
version "/mpdscribble-" version ".tar.xz"))
(sha256
(base32
- "1rx8n8pvx3a6n6z51pgy00p4rs93iqy95d3ha9q7xf5k92kwpd7n"))))
+ "1kimbcmvwyfs3v9fi58jmd13icgxb6ipfyppigbc85zmbfa9vy10"))))
(build-system meson-build-system)
(inputs (list boost curl libgcrypt libmpdclient))
(native-inputs (list pkg-config))