mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: mpdscribble: Update to 0.24.
* gnu/packages/mpd.scm (mpdscribble): Update to 0.24. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
ab98b51ef1
commit
f76898be6d
1 changed files with 2 additions and 2 deletions
|
@ -267,14 +267,14 @@ (define-public ncmpcpp
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue