[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mpdscribble: Update to 0.24.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mpdscribble: Update to 0.24. |
Date: |
Thu, 24 Mar 2022 13:07:09 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f76898be6d gnu: mpdscribble: Update to 0.24.
f76898be6d is described below
commit f76898be6ded531e459f106549886afbdc426a78
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Mar 18 00:17:55 2022 -0400
gnu: mpdscribble: Update to 0.24.
* gnu/packages/mpd.scm (mpdscribble): Update to 0.24.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/mpd.scm | 4 ++--
1 file 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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mpdscribble: Update to 0.24.,
guix-commits <=