mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: libmpdclient: Update to 2.15.
* gnu/packages/mpd.scm (libmpdclient): Update to 2.15.
This commit is contained in:
parent
37a6cdbf1b
commit
a5c70c2e0e
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ (define-module (gnu packages mpd)
|
||||||
(define-public libmpdclient
|
(define-public libmpdclient
|
||||||
(package
|
(package
|
||||||
(name "libmpdclient")
|
(name "libmpdclient")
|
||||||
(version "2.14")
|
(version "2.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -65,7 +65,7 @@ (define-public libmpdclient
|
||||||
"/libmpdclient-" version ".tar.xz"))
|
"/libmpdclient-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0whk0qw0lsd3kaimdznz0c45bfym0p4885zf4b7pfc7y3dwy510a"))))
|
"1la60ar6i4ghpscrlgm45kci9b74bvkpsfybhg0ygs4rzpwzdnxl"))))
|
||||||
(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