From 96efa61d01d6111813c18eafff820a389da34af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 30 Dec 2025 12:28:41 +0800 Subject: [PATCH] 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 978cb7ed1606468e7901461d1bd31e640c4fbe36..14cf97dc35d9723c28cb4169926b64298495c9ee 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))