me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.7.3.
master
宋文武 2023-04-26 22:07:51 +08:00
parent de567ec821
commit f475c62fef
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -523,7 +523,7 @@ keys for controlling the audio volume.")
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
(version "2.7.2")
(version "2.7.3")
(source
(origin
(method url-fetch)
@ -531,7 +531,7 @@ keys for controlling the audio volume.")
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(sha256
(base32 "12zr7x5gka0c459zk3jlv8fswyxk2431lq8qif5acwx922jp318m"))))
(base32 "1sg6kx52c5j1l7y6z156gxk4b0ppj210i40hzbvqqf35jvn9j9ns"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config intltool))