diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 03:47:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 03:52:23 +0100 |
commit | 47de1caa8dd7314e99d68c769197375e53e720b1 (patch) | |
tree | 487dbad92550320d60ed70289f713f4cd920bea5 | |
parent | 7bed07fc0bd547daa79c2d66eb6a63623b3d7194 (diff) | |
download | patches-47de1caa8dd7314e99d68c769197375e53e720b1.tar patches-47de1caa8dd7314e99d68c769197375e53e720b1.tar.gz |
gnu: lxqt-globalkeys: Update to 0.14.3.
* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 0.14.3.
-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 05c0cdbce1..6b9ab051b4 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -417,7 +417,7 @@ configuration of both LXQt and the underlying operating system.") (define-public lxqt-globalkeys (package (name "lxqt-globalkeys") - (version "0.14.1") + (version "0.14.3") (source (origin (method url-fetch) @@ -425,7 +425,7 @@ configuration of both LXQt and the underlying operating system.") "releases/download/" version "/" "lxqt-globalkeys-" version ".tar.xz")) (sha256 - (base32 "0m6svwy20bfy9d21g5l0qzjndph3rd8zqagmqgdjzjhh3lxwrsrk")))) + (base32 "0mgl05qxvq4pdqvcw34i2cbyy87x605wy3np62mrbbb1kdfjrfg6")))) (build-system cmake-build-system) (inputs `(("kwindowsystem" ,kwindowsystem) |