diff options
author | Leo Famulari <leo@famulari.name> | 2022-03-18 00:17:55 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-03-24 13:05:30 -0400 |
commit | f76898be6ded531e459f106549886afbdc426a78 (patch) | |
tree | 72ac3f8e7f178a646c755cc60631d3fd4f677263 | |
parent | ab98b51ef1304e975da127e3092d01dcc7f02657 (diff) | |
download | guix-f76898be6ded531e459f106549886afbdc426a78.tar.gz |
gnu: mpdscribble: Update to 0.24.
* gnu/packages/mpd.scm (mpdscribble): Update to 0.24. Signed-off-by: Leo Famulari <leo@famulari.name>
-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 25c017e028..1ee6806735 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -267,14 +267,14 @@ sort playlists, and a local file system browser.") (define-public mpdscribble (package (name "mpdscribble") - (version "0.23") + (version "0.24") (source (origin (method url-fetch) (uri (string-append "http://www.musicpd.org/download/mpdscribble/" version "/mpdscribble-" version ".tar.xz")) (sha256 (base32 - "0s66zqscb44p88cl3kcv5jkjcqsskcnrv7xgrjhzrchf2kcpwf53")))) + "1rx8n8pvx3a6n6z51pgy00p4rs93iqy95d3ha9q7xf5k92kwpd7n")))) (build-system meson-build-system) (inputs (list boost curl libgcrypt libmpdclient)) (native-inputs (list pkg-config)) |