gnu: mpdscribble: Update to 0.25; fixes build with gcc-14.

* gnu/packages/mpd.scm (mpdscribble): Update to 0.25.

Change-Id: Ic6b59583c594c4329b407aa6b24f6bb5667ee09f
This commit is contained in:
Janneke Nieuwenhuizen 2025-01-02 12:41:49 +01:00 committed by Andreas Enge
parent e1c4d839a4
commit ea97740728
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -11,6 +11,7 @@
;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net> ;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
;;; Copyright © 20202023 Simon Streit <simon@netpanic.org> ;;; Copyright © 20202023 Simon Streit <simon@netpanic.org>
;;; Copyright © 2021 Noah Evans <noah@nevans.me> ;;; Copyright © 2021 Noah Evans <noah@nevans.me>
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -336,14 +337,14 @@ sort playlists, and a local file system browser.")
(define-public mpdscribble (define-public mpdscribble
(package (package
(name "mpdscribble") (name "mpdscribble")
(version "0.24") (version "0.25")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.musicpd.org/download/mpdscribble/" (uri (string-append "http://www.musicpd.org/download/mpdscribble/"
version "/mpdscribble-" version ".tar.xz")) version "/mpdscribble-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1rx8n8pvx3a6n6z51pgy00p4rs93iqy95d3ha9q7xf5k92kwpd7n")))) "1kimbcmvwyfs3v9fi58jmd13icgxb6ipfyppigbc85zmbfa9vy10"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (list boost curl libgcrypt libmpdclient)) (inputs (list boost curl libgcrypt libmpdclient))
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))