me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-whiskermenu-plugin: Update to 2.6.2.

* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.6.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Brendan Tildesley 2022-03-18 18:38:38 +11:00 committed by Ludovic Courtès
parent 7902d17bc8
commit 47d4b6ece4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -535,7 +535,7 @@ keys for controlling the audio volume.")
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
(version "2.6.1")
(version "2.6.2")
(source
(origin
(method url-fetch)
@ -543,7 +543,7 @@ keys for controlling the audio volume.")
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(sha256
(base32 "0wpcc9i505mh6vphg27ph43dw4n3z59mwy39416yzmw325q04kl5"))))
(base32 "0vppm85pvhsigg5d74nx7cixlsrsyfjagw6avrdclfjr30nf483d"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config intltool))