~ruther/guix-local

96efa61d01d6111813c18eafff820a389da34af1 — 宋文武 a month ago 4d332de
gnu: xfce4-mpc-plugin: Update to 0.6.0.

* gnu/packages/xfce.scm (xfce4-mpc-plugin): Update to 0.6.0.

Change-Id: Ibdc6382b57bb1801d4a5f02556b8a301c61605c2
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 1991,7 1991,7 @@ multi-mailbox mail watcher.  Currently, the protocols supported are:
(define-public xfce4-mpc-plugin
  (package
    (name "xfce4-mpc-plugin")
    (version "0.5.5")
    (version "0.6.0")
    (source
     (origin
       (method git-fetch)


@@ 2001,7 2001,7 @@ multi-mailbox mail watcher.  Currently, the protocols supported are:
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1hxpxvlbz0dmfy8d7kay9c08nx9bs19sqrgpzw2f64jfznv0xaay"))))
        (base32 "1hd21n6vc0lzy00aa2wyb2hyrqydbli2cpidlfx668ajvnzbxfr4"))))
    (build-system gnu-build-system)
    (native-inputs
     (list xfce4-dev-tools))