diff options
author | Brendan Tildesley <mail@brendan.scot> | 2021-05-17 00:05:50 +1000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-05-29 20:16:47 +0200 |
commit | 9e2341947b902e21554b6619e573d8efcb4984b0 (patch) | |
tree | 2f81c3e4d6df16be0dbf88e222f76042130bf513 | |
parent | c4df64d3ba231e6f3b814a187b8760b2ce959108 (diff) | |
download | guix-9e2341947b902e21554b6619e573d8efcb4984b0.tar.gz guix-9e2341947b902e21554b6619e573d8efcb4984b0.zip |
gnu: liblxqt: Update to 0.17.0.
* gnu/packages/lxqt.scm (liblxqt): Update to 0.17.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 3280b01f67..e7c62d12b5 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -202,7 +202,7 @@ in Qt.") (define-public liblxqt (package (name "liblxqt") - (version "0.15.1") + (version "0.17.0") (source (origin (method url-fetch) @@ -210,7 +210,7 @@ in Qt.") "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "0mg62gypjpmpjd3lr7rrvzmkkhli1vf5pri47hg76byz84vng4a9")))) + (base32 "0ay3j6zdgffw3mzaq3wdq96la7fnn2dw52ij6987slv31563nknl")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests |