me
/
guix
Archived
1
0
Fork 0

gnu: mpd: Update to 0.23.5.

* gnu/packages/mpd.scm (mpd): Update to 0.23.5.
master
Tobias Geerinckx-Rice 2021-12-18 05:30:31 +01:00
parent de22cfcce1
commit b241485033
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd
(package
(name "mpd")
(version "0.23.4")
(version "0.23.5")
(source (origin
(method url-fetch)
(uri
@ -115,7 +115,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz"))
(sha256
(base32
"0m67wibxc6n6438h2va59n51wwwbwhbdj9635cnpc3wqvlq9sd9g"))))
"16d2ny05z47qpj4sjagdcyphb16dzdy21mwwdxbg819s14jjqb7j"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=enabled")))