Archived
1
0
Fork 0

gnu: khelpcenter: Update to 23.04.3.

* gnu/packages/kde-systemtools.scm (khelpcenter): Update to 23.04.3.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-15 13:37:16 +08:00 committed by 宋文武
parent 1de8e0e312
commit 9579022987
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -132,14 +132,14 @@ Dolphin with the version control systems: Bzr, Git, Mercurial, Subversion.")
(define-public khelpcenter
(package
(name "khelpcenter")
(version "22.04.3")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/khelpcenter-" version ".tar.xz"))
(sha256
(base32 "0ga270imh1ssifj0w3434z9hgrmn0dqrschygywy1z2hcpyx991d"))))
(base32 "10rivj5c14v5hwk87z41gwk830sy35fz0jg1jpay43jzw0ss995y"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))