mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: libmpdclient: Update to 2.17.
* gnu/packages/mpd.scm (libmpdclient): Update to 2.17.
This commit is contained in:
parent
d8a079e2ee
commit
7a5d23b13c
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ (define-module (gnu packages mpd)
|
||||||
(define-public libmpdclient
|
(define-public libmpdclient
|
||||||
(package
|
(package
|
||||||
(name "libmpdclient")
|
(name "libmpdclient")
|
||||||
(version "2.16")
|
(version "2.17")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -69,7 +69,7 @@ (define-public libmpdclient
|
||||||
"/libmpdclient-" version ".tar.xz"))
|
"/libmpdclient-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r24cl3i9nvs6a47mvwaxk1kb5wmnhkhrw1q5cq9010fgjvdlszs"))))
|
"0n9mrrmk20p4mfsz782jziax9z3bn7vxlm53327mrdlmgqf8z6zf"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue