civodul pushed a commit to branch master
in repository guix.

commit f4a88fe79f4c5073f1e52f8222ad2d09fd27f195
Author: Brendan Tildesley <[email protected]>
AuthorDate: Mon May 17 00:05:56 2021 +1000

    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 <[email protected]>
---
 gnu/packages/lxqt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index dee81c7..9b93df3 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)

Reply via email to