me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-mpc-plugin: Update to 0.5.3.

* gnu/packages/xfce.scm (xfce4-mpc-plugin): Update to 0.5.3.
master
宋文武 2023-05-01 09:44:43 +08:00
parent 5b5331e190
commit a6b9424e6f
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -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))