diff options
author | Leo Famulari <leo@famulari.name> | 2025-02-02 22:30:54 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-02-03 16:21:22 -0500 |
commit | 2574ae3733637ead786fb3dc454369590794bc51 (patch) | |
tree | 10c0c092dfdee82cd4708e45c70394defbd04cf2 | |
parent | 616ae36e0f557cecb4abe58c5b0973b9428d25e0 (diff) | |
download | guix-2574ae3733637ead786fb3dc454369590794bc51.tar.gz guix-2574ae3733637ead786fb3dc454369590794bc51.zip |
gnu: MPD: Update to 0.23.17.
* gnu/packages/mpd.scm (mpd): Update to 0.23.17.
Change-Id: Ie5d884b0d56d4d3661b889e8414417da0340b85e
-rw-r--r-- | gnu/packages/mpd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index fb679065de..44115baff0 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -117,7 +117,7 @@ interfacing MPD in the C, C++ & Objective C languages.") (define-public mpd (package (name "mpd") - (version "0.23.16") + (version "0.23.17") (source (origin (method url-fetch) (uri @@ -126,7 +126,7 @@ interfacing MPD in the C, C++ & Objective C languages.") "/mpd-" version ".tar.xz")) (sha256 (base32 - "1hdj68g40xpzzrxayhb1ishdh57kbf204bcn7il8br0dz1ny6s4n")))) + "1wnzhr9ip38xm946zc269yxii28bhhd9yamqinq46mv927l4yvx8")))) (build-system meson-build-system) (arguments (list |