civodul pushed a commit to branch master
in repository guix.
commit cfd40e64b999f8562fb0e6a9b13b7fa35edaa26d
Author: Brendan Tildesley <[email protected]>
AuthorDate: Mon May 17 00:05:52 2021 +1000
gnu: lxqt-about: Update to 0.17.0.
* gnu/packages/lxqt.scm (lxqt-about): Update to 0.17.0.
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 2c9d92a..9eed23e 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -274,14 +274,14 @@ and memory usage or network traffic.")
(define-public lxqt-about
(package
(name "lxqt-about")
- (version "0.15.0")
+ (version "0.17.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name
"/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "0p24z1vykyp8dkhwaxxi4hw5150yv9a2ncc55vbwx4c6bmmibmsh"))))
+ (base32 "04riqf2xgbcnq67l5zb0dfnnmc4a2zljx8zfn3jlvxirnd73l0zm"))))
(build-system cmake-build-system)
(inputs
`(("kwindowsystem" ,kwindowsystem)