diff options
author | Leo Famulari <leo@famulari.name> | 2019-12-04 10:19:02 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-12-04 10:20:28 -0500 |
commit | 8548b3dd87a795f850a97add59fd87ec5f49f092 (patch) | |
tree | 3dd32dc51f555af709ce26aef2469262d5449dd2 | |
parent | e71513f74bd931180d1940445148fe82a6e020c0 (diff) |
gnu: ncmpc: Update to 0.36.
* gnu/packages/mpd.scm (ncmpc): Update to 0.36.
-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 c9e04d7b50..c0cab60076 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -183,7 +183,7 @@ player daemon.") (define-public ncmpc (package (name "ncmpc") - (version "0.35") + (version "0.36") (source (origin (method url-fetch) (uri @@ -192,7 +192,7 @@ player daemon.") "/ncmpc-" version ".tar.xz")) (sha256 (base32 - "0hfjvm1p0z7x6gfn5xhl5c0jsmidvz0qfl04pq45x4chh9iiwkxx")))) + "0b1yg93is9057p9d7vfv5nz85d11p6jq94fw07jn3zlfzhyqfcj6")))) (build-system meson-build-system) (arguments `(#:configure-flags |