1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02:00

gnu: lxqt-notificationd: Update to 2.2.0.

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

Change-Id: If1cea9b0a42075b622baa5ef1b9e4c0966afbc4b
This commit is contained in:
宋文武
2025-08-23 12:36:48 +08:00
parent ed617e1ce9
commit 22e2eda46b

View File

@@ -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))