diff options
author | Brendan Tildesley <mail@brendan.scot> | 2021-05-17 00:05:47 +1000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-05-29 20:16:46 +0200 |
commit | 1ae280cd5e7ea58946ac526dde4c6ca846eaf023 (patch) | |
tree | 515e04b82513b001314a58509d03696b21e14b31 | |
parent | 8415731203a8e4f8a3c874cd812e1a9a603a008c (diff) | |
download | guix-1ae280cd5e7ea58946ac526dde4c6ca846eaf023.tar.gz guix-1ae280cd5e7ea58946ac526dde4c6ca846eaf023.zip |
gnu: lxqt-qtplugin: Update to 0.17.0.
* gnu/packages/lxqt.scm (lxqt-qtplugin): Update to 0.17.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/lxqt.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 01d89079b8..6ca7b473dc 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -10,6 +10,7 @@ ;;; Copyright © 2019, 2020 Reza Alizadeh Majd <r.majd@pantherx.org> ;;; Copyright © 2020 Fakhri Sajadi <f.sajadi@pantherx.org> ;;; Copyright © 2020 André Batista <nandre@riseup.net> +;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot> ;;; ;;; This file is part of GNU Guix. ;;; @@ -735,14 +736,14 @@ when laptop batteries are low on power.") (define-public lxqt-qtplugin (package (name "lxqt-qtplugin") - (version "0.15.1") + (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 "17kmpm3nn07xyxz21f86y3hqi6s0jvqyhsc703zy0463sc58vvys")))) + (base32 "14c6abxfg3vda333wrvb5lk45c45hnb66jclbs3vsmrjxdb13vv5")))) (build-system cmake-build-system) (inputs `(("libdbusmenu-qt" ,libdbusmenu-qt) |