diff options
author | Leo Famulari <leo@famulari.name> | 2021-02-12 17:09:04 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-02-12 17:20:00 -0500 |
commit | da4c7ba9263d11e3ee1b4e9032e976fccb97b517 (patch) | |
tree | 3f823149942991d9f2fdef1da739b2cf6eb63584 /gnu/packages/mpd.scm | |
parent | ab512c2104faf6b39cdbe7a0d11facf61158753f (diff) |
gnu: ncmpc: Update to 0.45.
* gnu/packages/mpd.scm (ncmpc): Update to 0.45.
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 30ea76dfd4..cbd1de8840 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -196,7 +196,7 @@ player daemon.") (define-public ncmpc (package (name "ncmpc") - (version "0.44") + (version "0.45") (source (origin (method url-fetch) (uri @@ -205,7 +205,7 @@ player daemon.") "/ncmpc-" version ".tar.xz")) (sha256 (base32 - "135m1rlhc2c2xmz03h712lg1mzhczlj4gw33x31mxmajw3whxkz9")))) + "11gpy6kd7xr8x7f7gwdwfryxyc58cd135ds28gnz40p08xj49zqp")))) (build-system meson-build-system) (arguments `(#:configure-flags |