mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: mpd-mpc: Update to 0.32.
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.32.
This commit is contained in:
parent
8dec0cdf6e
commit
23414a8efa
1 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ (define-public mpd
|
|||
(define-public mpd-mpc
|
||||
(package
|
||||
(name "mpd-mpc")
|
||||
(version "0.31")
|
||||
(version "0.32")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -180,7 +180,7 @@ (define-public mpd-mpc
|
|||
"/mpc-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0b9bsn4sl26xc6wdcms51x9yxznkxkppaycn8gnv4rd1m21kwdv2"))))
|
||||
"1irilgz64pny7b8zygy5i74nfmlhgsawz0djx9mrj6g0gidxjqbr"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs `(("libmpdclient" ,libmpdclient)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue