~ruther/guix-local

ed617e1ce94eedc88b5bc1d49edb3a824d42e459 — 宋文武 8 months ago daf5d55
gnu: lxqt-globalkeys: Update to 2.2.0.

* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 2.2.0.

Change-Id: I2d4f7378942c4e12ea39c75d7f80c8d336ed025a
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/lxqt.scm
M gnu/packages/lxqt.scm => gnu/packages/lxqt.scm +2 -2
@@ 409,7 409,7 @@ configuration of both LXQt and the underlying operating system.")
(define-public lxqt-globalkeys
  (package
    (name "lxqt-globalkeys")
    (version "2.1.0")
    (version "2.2.0")
    (source
     (origin
       (method url-fetch)


@@ 417,7 417,7 @@ configuration of both LXQt and the underlying operating system.")
                           "releases/download/" version "/"
                           "lxqt-globalkeys-" version ".tar.xz"))
       (sha256
        (base32 "0x18jkis3avl7928584sgl6c3fk1xm2qgpksxcy2qsk2ab25dk3h"))))
        (base32 "16lpz4wm6iz065drmgfgfjxkd0gc5g1wqisqcgs6iff0skpdzkv6"))))
    (build-system cmake-build-system)
    (inputs
     (list liblxqt))