diff options
author | Leo Famulari <leo@famulari.name> | 2021-02-07 12:06:20 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-02-07 12:07:24 -0500 |
commit | 6b72331d3e8bba2f445b0145bb583912d258c8a4 (patch) | |
tree | 7126d4c3155da3e250de6b903463aa80c9244df6 /gnu/packages | |
parent | 3311a7470a06b60a7124b7d80853a45d7dbd7713 (diff) | |
download | guix-6b72331d3e8bba2f445b0145bb583912d258c8a4.tar.gz guix-6b72331d3e8bba2f445b0145bb583912d258c8a4.zip |
gnu: ncmpc: Update to 0.44.
* gnu/packages/mpd.scm (ncmpc): Update to 0.44.
Diffstat (limited to 'gnu/packages')
-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 4138f4d2f6..30ea76dfd4 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.42") + (version "0.44") (source (origin (method url-fetch) (uri @@ -205,7 +205,7 @@ player daemon.") "/ncmpc-" version ".tar.xz")) (sha256 (base32 - "0kfdyvqd2dfrxll5bla8mm10xvpngshlmyjf6wic4wbafqflgxx5")))) + "135m1rlhc2c2xmz03h712lg1mzhczlj4gw33x31mxmajw3whxkz9")))) (build-system meson-build-system) (arguments `(#:configure-flags |