aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-07-24 02:00:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-07-24 02:00:00 +0200
commit06261a445adaf9d940651749e24dbcf8ee0b5402 (patch)
treef151240cd817a27a3b4e53521ed5e84bfeb09c81 /gnu/packages/mpd.scm
parent119ac132d7d092dfe89312d5558059d9f6ff6cb8 (diff)
downloadguix-06261a445adaf9d940651749e24dbcf8ee0b5402.tar.gz
guix-06261a445adaf9d940651749e24dbcf8ee0b5402.zip
gnu: mpd: Update to 0.23.8.
* gnu/packages/mpd.scm (mpd): Update to 0.23.8.
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 541326d5d3..728c7e3649 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -108,7 +108,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd
(package
(name "mpd")
- (version "0.23.7")
+ (version "0.23.8")
(source (origin
(method url-fetch)
(uri
@@ -117,7 +117,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "04c2fr4akiylafb7wdjzn7r7d90rmzilbnagrifqyf3wf6ncn3cn"))))
+ "1kvq9shd6b7y02r386s1chjmvs44wij5bfzn6qgq46dmyfdmdfw6"))))
(build-system meson-build-system)
(arguments
(list