guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 22e2eda46bd4c60ccf31692d3c3b7b95195944c8
Author: 宋文武 <[email protected]>
AuthorDate: Sat Aug 23 12:36:48 2025 +0800

    gnu: lxqt-notificationd: Update to 2.2.0.
    
    * gnu/packages/lxqt.scm (lxqt-notificationd): Update to 2.2.0.
    
    Change-Id: If1cea9b0a42075b622baa5ef1b9e4c0966afbc4b
---
 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 719ca2397d..dd1308b6b4 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -434,14 +434,14 @@ as a whole and are not limited to distinct applications.")
 (define-public lxqt-notificationd
   (package
     (name "lxqt-notificationd")
-    (version "2.1.1")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0n7hbvqx8csd9pprwqrh3nfbdqfj6i5hznjyxfn1ll5h3szaq5vy"))))
+        (base32 "1i3rly1jk3kgzl0gscsygfqr8g6147r7031j41qgdrf2w5nby8s2"))))
     (build-system cmake-build-system)
     (inputs
      (list kwindowsystem layer-shell-qt liblxqt libqtxdg))

Reply via email to