me
/
guix
Archived
1
0
Fork 0

gnu: kwrited: Update to 6.1.3.

* gnu/packages/kde-plasma.scm (kwrited): Update to 6.1.3.

Change-Id: Ic897cfdc01732c00918eb9feaf9a9615bc314069
master
Zheng Junjie 2024-07-20 19:10:27 +08:00
parent e6b8f34427
commit 2cadb40361
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -1529,7 +1529,7 @@ conjunction with the KDE Plasma Desktop.")
(define-public kwrited
(package
(name "kwrited")
(version "6.1.2")
(version "6.1.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -1537,7 +1537,7 @@ conjunction with the KDE Plasma Desktop.")
version ".tar.xz"))
(sha256
(base32
"1h8njjh277jk66r4bm913m953irgdy3126gsamnjzjkrd13qlr45"))))
"08x0b3cxm9ynazanf6qq1hmyl86cqg8vh34k5zji6a4r19zdcj1l"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons ki18n kpty knotifications))