mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ncmpc: Update to 0.49.
* gnu/packages/mpd.scm (ncmpc): Update to 0.49.
This commit is contained in:
parent
ac8875cdfa
commit
f885f0b73a
1 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ (define-public mpd-mpc
|
|||
(define-public ncmpc
|
||||
(package
|
||||
(name "ncmpc")
|
||||
(version "0.48")
|
||||
(version "0.49")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -270,7 +270,7 @@ (define-public ncmpc
|
|||
"/ncmpc-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"035rd64a70qiv334bgs9z2hqnvzldkwdvxay2hmdx5l0a5zd5cml"))))
|
||||
"0afgcbqk4gqhc26wlw6vsnyv5gl5ciq0qyv4miicyswyvq7frfv5"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs (list boost pcre libmpdclient ncurses))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue