[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: xfce4-whiskermenu-plugin: Update to 2.5.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: xfce4-whiskermenu-plugin: Update to 2.5.1. |
Date: |
Tue, 05 Jan 2021 19:19:31 -0500 |
This is an automated email from the git hooks/post-receive script.
kkebreau pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e1e42ea gnu: xfce4-whiskermenu-plugin: Update to 2.5.1.
e1e42ea is described below
commit e1e42eacf82d62a49b3da634c0b8dd9b8e962a3d
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Jan 3 17:32:31 2021 +0100
gnu: xfce4-whiskermenu-plugin: Update to 2.5.1.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.5.1.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 99ac32e..2192f61 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -577,7 +577,7 @@ keys for controlling the audio volume.")
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
- (version "2.4.6")
+ (version "2.5.1")
(source
(origin
(method url-fetch)
@@ -585,7 +585,7 @@ keys for controlling the audio volume.")
"xfce4-whiskermenu-plugin/" (version-major+minor
version) "/"
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(sha256
- (base32 "0i2pn8852x6zvlys4610knscscyjpha6wjzy7rljixbxr26d6x49"))))
+ (base32 "09b9i68pf5ghq6dj55s4h3fj07jd5zpn1fghjwnnwxmakj54y1xj"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: xfce4-whiskermenu-plugin: Update to 2.5.1.,
guix-commits <=