mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e1c4d839a4
commit
ea97740728
1 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
||||||
;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
|
;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
|
||||||
;;; Copyright © 2020–2023 Simon Streit <simon@netpanic.org>
|
;;; Copyright © 2020–2023 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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue