mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mpd-mpc: Update to 0.29.
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.29. [build-system]: Use the meson-build-system.
This commit is contained in:
parent
943100f61d
commit
62d14d2400
1 changed files with 4 additions and 4 deletions
|
@ -162,17 +162,17 @@ (define-public mpd
|
||||||
(define-public mpd-mpc
|
(define-public mpd-mpc
|
||||||
(package
|
(package
|
||||||
(name "mpd-mpc")
|
(name "mpd-mpc")
|
||||||
(version "0.28")
|
(version "0.29")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "http://www.musicpd.org/download/mpc/"
|
(string-append "https://www.musicpd.org/download/mpc/"
|
||||||
(car (string-split version #\.))
|
(car (string-split version #\.))
|
||||||
"/mpc-" version ".tar.xz"))
|
"/mpc-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iy5mdffkk61255f62si7p8mhyhkib70zlr1i1iimj2xr037scx4"))))
|
"1lxr0z5i5yx4lcvy9nyxj6q32qlz473j3zm6va68zd1cj3ndmw82"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs `(("libmpdclient" ,libmpdclient)))
|
(inputs `(("libmpdclient" ,libmpdclient)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(synopsis "Music Player Daemon client")
|
(synopsis "Music Player Daemon client")
|
||||||
|
|
Loading…
Reference in a new issue