civodul pushed a commit to branch master
in repository guix.
commit e84201476e4df68cc5f976328bf6c0b95557c98f
Author: Brendan Tildesley <[email protected]>
AuthorDate: Mon May 17 00:05:57 2021 +1000
gnu: lxqt-panel: Update to 0.17.1.
* gnu/packages/lxqt.scm (lxqt-panel): Update to 0.17.1.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/lxqt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 50b9c75..ad76dd3 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -567,14 +567,14 @@ of other programs.")
(define-public lxqt-panel
(package
(name "lxqt-panel")
- (version "0.15.1")
+ (version "0.17.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name
"/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "1b40l9p31nz96q38vwgd1zj142xcwqnjwljsird4nnzs2smjn1c6"))))
+ (base32 "1k2cfs1mhad486kh93vbxma3jpjksp4hzjv1xmp1g5alb5dgnc0q"))))
(build-system cmake-build-system)
(inputs
`(("alsa-lib" ,alsa-lib)