diff options
author | Leo Famulari <leo@famulari.name> | 2023-04-23 10:40:19 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-04-23 10:40:38 -0400 |
commit | a61b08ffa70793708ce0bd3f425381f87067f6c4 (patch) | |
tree | d6cb9120aa8664eae7dd7280f7cfe2d056f477a7 /gnu/packages/mpd.scm | |
parent | 0244132db6b468311e95a3e32306613e3d5166bc (diff) |
gnu: ncmpc: Update to 0.48.
* gnu/packages/mpd.scm (ncmpc): Update 0.48.
Diffstat (limited to 'gnu/packages/mpd.scm')
-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 b9b3ecc87e..14754ada84 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -246,7 +246,7 @@ player daemon.") (define-public ncmpc (package (name "ncmpc") - (version "0.47") + (version "0.48") (source (origin (method url-fetch) (uri @@ -255,7 +255,7 @@ player daemon.") "/ncmpc-" version ".tar.xz")) (sha256 (base32 - "1714saz8m6y2chby0c1qh3vgqc3srlr1jq98vhzmjykcpjqj7nk1")))) + "035rd64a70qiv334bgs9z2hqnvzldkwdvxay2hmdx5l0a5zd5cml")))) (build-system meson-build-system) (inputs (list boost pcre libmpdclient ncurses)) (native-inputs |