summaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-01-25 14:21:41 -0500
committerLeo Famulari <leo@famulari.name>2021-01-25 14:22:15 -0500
commit0219cd562fc59c4ed8fe42044771ece85fa6f396 (patch)
tree81a5bf773312cc5cd896562bdda7cc69515d02ca /gnu/packages/mpd.scm
parentb2d6f127c24787df00bffd918fa879842f933817 (diff)
downloadguix-patches-0219cd562fc59c4ed8fe42044771ece85fa6f396.tar
guix-patches-0219cd562fc59c4ed8fe42044771ece85fa6f396.tar.gz
gnu: MPD: Update to 0.22.4.
* gnu/packages/mpd.scm (mpd): Update to 0.22.4.
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 d81943ed64..ca3c71bc38 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.3")
+ (version "0.22.4")
(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
- "1kvcarqijyw07bdqszjsn62plmncaid5az0q542p6rsygc1i501k"))))
+ "1l4x2jrv04hp4q9gyfg79g78bk68lrd6wd3hysl6y91rln9sj7l9"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=enabled")))