summaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-04-14 11:11:30 -0400
committerLeo Famulari <leo@famulari.name>2017-04-14 12:53:33 -0400
commit2f64f4444a81e9b2d75b2de3f1fc4c71e099b214 (patch)
tree8a7f53576149ad467e3eed3119a1350463be40ee /gnu/packages/mpd.scm
parented8a6c13847d3d942e6f7083f60f87a7daa21331 (diff)
downloadpatches-2f64f4444a81e9b2d75b2de3f1fc4c71e099b214.tar
patches-2f64f4444a81e9b2d75b2de3f1fc4c71e099b214.tar.gz
gnu: ncmpc: Update to 0.27.
* gnu/packages/mpd.scm (ncmpc): Update to 0.27.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r--gnu/packages/mpd.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 501639c66c..1ed8e967ef 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -172,7 +172,7 @@ player daemon.")
(define-public ncmpc
(package
(name "ncmpc")
- (version "0.25")
+ (version "0.27")
(source (origin
(method url-fetch)
(uri
@@ -181,7 +181,7 @@ player daemon.")
"/ncmpc-" version ".tar.xz"))
(sha256
(base32
- "196f9s0qmc4srr10n4vk3amvqy5f52y9kvgwqpkfjsnhf75qlckf"))))
+ "1n8m7syhpgx24hfipixv66h2izn229jkxsmh2q5dzkv9r0znm8pr"))))
(build-system gnu-build-system)
(inputs `(("glib" ,glib)
("libmpdclient" ,libmpdclient)