summaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-09-19 22:48:47 -0400
committerLeo Famulari <leo@famulari.name>2021-09-19 22:50:47 -0400
commit6eded1a04186e3118b293486b038c994e05efedf (patch)
treeb33bf716d21f70d51ee870a1fdd9870155cff978 /gnu/packages/mpd.scm
parentca1e55f3365cd2f1ecd4c504b43dc88f6ac28137 (diff)
downloadguix-patches-6eded1a04186e3118b293486b038c994e05efedf.tar
guix-patches-6eded1a04186e3118b293486b038c994e05efedf.tar.gz
gnu: MPD: Update to 0.22.11.
* gnu/packages/mpd.scm (mpd): Update to 0.22.11.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r--gnu/packages/mpd.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 200c5db662..b031525ad4 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -105,7 +105,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd
(package
(name "mpd")
- (version "0.22.10")
+ (version "0.22.11")
(source (origin
(method url-fetch)
(uri
@@ -114,7 +114,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "0576z57rgwmnm5djd7rwbc93aikji0n6b3lx1553v74rx4sjbj07"))))
+ "1850ii8vnv5l8b561fai4q2mcrnym94mvlrxiy48fvpfm8s7ygql"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=enabled")))