[PATCH] gnu: xfce4-whiskermenu-plugin: Update to 2.5.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 15 Jan 2021 21:56
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210115205609.12925-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.5.2.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a5c9482c01..bda9f88fee 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -562,7 +562,7 @@ keys for controlling the audio volume.")
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
- (version "2.5.1")
+ (version "2.5.2")
(source
(origin
(method url-fetch)
@@ -570,7 +570,7 @@ keys for controlling the audio volume.")
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(sha256
- (base32 "09b9i68pf5ghq6dj55s4h3fj07jd5zpn1fghjwnnwxmakj54y1xj"))))
+ (base32 "05f53ycbszvw23g76pbdszfnqfk4f8w4imwfgljj140wzl50gxx6"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.30.0
L
L
Ludovic Courtès wrote on 16 Jan 2021 23:26
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45904-done@debbugs.gnu.org)
877docwma4.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (2 lines)
> * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.5.2.

Applied, thanks! :-)
Closed
?