guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 96efa61d01d6111813c18eafff820a389da34af1
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:41 2025 +0800
gnu: xfce4-mpc-plugin: Update to 0.6.0.
* gnu/packages/xfce.scm (xfce4-mpc-plugin): Update to 0.6.0.
Change-Id: Ibdc6382b57bb1801d4a5f02556b8a301c61605c2
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 978cb7ed16..14cf97dc35 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -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))