diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 08:03:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 11:00:14 +0200 |
commit | facc4cff00559cc98a9fe40afc73cf5cf545916e (patch) | |
tree | ee221a2db797d47e815246f6718eca04f17efab7 /gnu/packages/mpd.scm | |
parent | eea75c435ab7d7b4f44b1aa4e900e2abf5ba430f (diff) | |
download | patches-facc4cff00559cc98a9fe40afc73cf5cf545916e.tar patches-facc4cff00559cc98a9fe40afc73cf5cf545916e.tar.gz |
gnu: ncmpc: Update to 0.34.
* gnu/packages/mpd.scm (ncmpc): Update to 0.34.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r-- | gnu/packages/mpd.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 0147ce7756..a8f9916bb3 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net> ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org> ;;; Copyright © 2016, 2018, 2019 Leo Famulari <leo@famulari.name> -;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -195,7 +195,7 @@ player daemon.") (define-public ncmpc (package (name "ncmpc") - (version "0.33") + (version "0.34") (source (origin (method url-fetch) (uri @@ -204,7 +204,7 @@ player daemon.") "/ncmpc-" version ".tar.xz")) (sha256 (base32 - "19fp7xkpai4lq3vmpbppgh3ism7lg2sibv237c0sl5a0hls4mq4l")))) + "0mz8r6vc4zn5sa3hlq4ii74qcrkh01nbg784zcwahgz8g3fb3i8l")))) (build-system meson-build-system) (arguments `(#:configure-flags |