diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-05-01 09:44:43 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-01 09:44:43 +0800 |
commit | a6b9424e6fbb761ae40e4c1bc234a182706f718a (patch) | |
tree | e32c9af7890c1c40f4eeb18fa01fa92788e9b462 /gnu | |
parent | 5b5331e190a28b5df125fe43d1742546da3ffe83 (diff) | |
download | guix-a6b9424e6fbb761ae40e4c1bc234a182706f718a.tar guix-a6b9424e6fbb761ae40e4c1bc234a182706f718a.tar.gz |
gnu: xfce4-mpc-plugin: Update to 0.5.3.
* gnu/packages/xfce.scm (xfce4-mpc-plugin): Update to 0.5.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 34b4f34b08..5bae108edc 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1801,7 +1801,7 @@ multi-mailbox mail watcher. Currently, the protocols supported are: (define-public xfce4-mpc-plugin (package (name "xfce4-mpc-plugin") - (version "0.5.2") + (version "0.5.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1810,7 +1810,7 @@ multi-mailbox mail watcher. Currently, the protocols supported are: "/xfce4-mpc-plugin-" version ".tar.bz2")) (sha256 (base32 - "0q3pysdp85b3c7g3b59y3c69g4nw6bvbf518lnri4lxrnsvpizpf")))) + "0kb6nz3md3cacl7ys6gz4h2qailr050wp28b7qy2v66d396znrq4")))) (build-system gnu-build-system) (native-inputs (list intltool pkg-config)) |