gnu: mpd-mpc: Update to 0.31.

* gnu/packages/mpd.scm (mpd-mpc): Update to 0.31.
[native-inputs]: Add python-sphinx.
This commit is contained in:
Leo Famulari 2018-11-01 15:03:38 -04:00
parent 361dd8a556
commit 33279c2a19
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 5 additions and 3 deletions

View File

@ -165,7 +165,7 @@ protocol.")
(define-public mpd-mpc (define-public mpd-mpc
(package (package
(name "mpd-mpc") (name "mpd-mpc")
(version "0.30") (version "0.31")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -174,10 +174,12 @@ protocol.")
"/mpc-" version ".tar.xz")) "/mpc-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1kkzhrypkp0v6xv4d6db415pd0h6jqki29kfpsnfkvrhhh55pz35")))) "0b9bsn4sl26xc6wdcms51x9yxznkxkppaycn8gnv4rd1m21kwdv2"))))
(build-system meson-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)
("python-sphinx" ,python-sphinx)))
(synopsis "Music Player Daemon client") (synopsis "Music Player Daemon client")
(description "MPC is a minimalist command line interface to MPD, the music (description "MPC is a minimalist command line interface to MPD, the music
player daemon.") player daemon.")