mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: xfce4-whiskermenu-plugin: Update to 2.7.3.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.7.3.
This commit is contained in:
parent
de567ec821
commit
f475c62fef
1 changed files with 2 additions and 2 deletions
|
@ -523,7 +523,7 @@ (define-public xfce4-pulseaudio-plugin
|
||||||
(define-public xfce4-whiskermenu-plugin
|
(define-public xfce4-whiskermenu-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-whiskermenu-plugin")
|
(name "xfce4-whiskermenu-plugin")
|
||||||
(version "2.7.2")
|
(version "2.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -531,7 +531,7 @@ (define-public xfce4-whiskermenu-plugin
|
||||||
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
|
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
|
||||||
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
|
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12zr7x5gka0c459zk3jlv8fswyxk2431lq8qif5acwx922jp318m"))))
|
(base32 "1sg6kx52c5j1l7y6z156gxk4b0ppj210i40hzbvqqf35jvn9j9ns"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool))
|
(list pkg-config intltool))
|
||||||
|
|
Loading…
Reference in a new issue