diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 11:00:24 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-02 09:30:09 +0800 |
| commit | 8a20e6e80909550ce0d30bbb8715b121e2634b11 (patch) | |
| tree | 7e14d1494b3f902db96e08560b2753976001d724 /gnu | |
| parent | b9a5cb463918ddb5c3fd8df2715c7ed302efa10b (diff) | |
gnu: lxqt-notificationd: Update to 2.3.1.
* gnu/packages/lxqt.scm (lxqt-notificationd): Update to 2.3.1.
Change-Id: I220a8a04caa9faa8582941ad4f3c6c26e7e14d81
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 f7d83c371e..4148325c25 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -436,14 +436,14 @@ as a whole and are not limited to distinct applications.") (define-public lxqt-notificationd (package (name "lxqt-notificationd") - (version "2.2.0") + (version "2.3.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "1i3rly1jk3kgzl0gscsygfqr8g6147r7031j41qgdrf2w5nby8s2")))) + (base32 "04sj8748li6dd6gfnydjcjwxa3cmiqy6syr2kwwz0h24fk652y74")))) (build-system cmake-build-system) (inputs (list kwindowsystem layer-shell-qt liblxqt libqtxdg)) |
