aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-05-02 20:13:18 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-18 10:45:06 +0800
commit2ad97bc10bc99ced051f52845e29c3290c1cbb7d (patch)
tree7f9c3daa7082fa2d420f072b3feb9213ed30a09e /gnu
parent08c58881832e43e569ba4605e63efdf8918c891f (diff)
downloadguix-2ad97bc10bc99ced051f52845e29c3290c1cbb7d.tar
guix-2ad97bc10bc99ced051f52845e29c3290c1cbb7d.tar.gz
gnu: kwrited: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (kwrited): Update to 6.1.2. [arguments]: Set #:qtbase with qtbase. Change-Id: Ie6827e9223a6d2ad295830fff1a33b38e20fbcd0
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-plasma.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 1eb46d2645..8e0ed94b21 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1367,7 +1367,7 @@ conjunction with the KDE Plasma Desktop.")
(define-public kwrited
(package
(name "kwrited")
- (version "5.27.7")
+ (version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1375,10 +1375,11 @@ conjunction with the KDE Plasma Desktop.")
version ".tar.xz"))
(sha256
(base32
- "1a4g05ynblbz0j0lqclxf6628x6wcd3b52l0smic3rdvbis43v0n"))))
+ "1h8njjh277jk66r4bm913m953irgdy3126gsamnjzjkrd13qlr45"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons ki18n kpty knotifications))
+ (arguments (list #:qtbase qtbase))
(home-page "https://invent.kde.org/plasma/kwrited")
(synopsis "System notification daemon")
(description