mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: xfce4-mpc-plugin: Update to 0.5.3.
* gnu/packages/xfce.scm (xfce4-mpc-plugin): Update to 0.5.3.
This commit is contained in:
parent
5b5331e190
commit
a6b9424e6f
1 changed files with 2 additions and 2 deletions
|
@ -1801,7 +1801,7 @@ (define-public xfce4-mailwatch-plugin
|
|||
(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 @@ (define-public xfce4-mpc-plugin
|
|||
"/xfce4-mpc-plugin-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0q3pysdp85b3c7g3b59y3c69g4nw6bvbf518lnri4lxrnsvpizpf"))))
|
||||
"0kb6nz3md3cacl7ys6gz4h2qailr050wp28b7qy2v66d396znrq4"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list intltool pkg-config))
|
||||
|
|
Loading…
Reference in a new issue