mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: xfce4-whiskermenu-plugin: Update to 2.4.6.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.6.
This commit is contained in:
parent
c64f0eea88
commit
c6d3654967
1 changed files with 2 additions and 2 deletions
|
@ -478,7 +478,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.4.3")
|
(version "2.4.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -486,7 +486,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 "1w2zvqr0g6miliv3nb0shljfawwc1brdn2fyz4kvfg7b3klyxyir"))))
|
(base32 "0i2pn8852x6zvlys4610knscscyjpha6wjzy7rljixbxr26d6x49"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue