diff options
author | Brendan Tildesley <mail@brendan.scot> | 2021-05-17 00:05:56 +1000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-05-29 20:16:48 +0200 |
commit | f4a88fe79f4c5073f1e52f8222ad2d09fd27f195 (patch) | |
tree | 4d072e12ccf259e6bb9e64002d133d110f722caf /gnu | |
parent | c10b29b473e1568464099073f77f0d507b538281 (diff) | |
download | guix-f4a88fe79f4c5073f1e52f8222ad2d09fd27f195.tar.gz |
gnu: lxqt-notificationd: Update to 0.17.0.
* gnu/packages/lxqt.scm (lxqt-notificationd): Update to 0.17.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-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 dee81c700a..9b93df34d2 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -482,14 +482,14 @@ as a whole and are not limited to distinct applications.") (define-public lxqt-notificationd (package (name "lxqt-notificationd") - (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 "01fva6q2vb0aframxgm0jslvb3z0dcwmhz0yr239bskvdwpn885w")))) + (base32 "1dyal7brmfnydfgb6lpxnqww8fj5gzixs7s3wf5nn2ihsz1wm4nk")))) (build-system cmake-build-system) (inputs `(("kwindowsystem" ,kwindowsystem) |