mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: khelpcenter: Update to 25.08.1.
* gnu/packages/kde-systemtools.scm (khelpcenter): Update to 25.08.1. Change-Id: I5e994dcfaff4181c92bcee061c44db13397630c0
This commit is contained in:
parent
f8d692617f
commit
a878d3ceab
1 changed files with 2 additions and 2 deletions
|
@ -146,14 +146,14 @@ Dolphin with the version control systems: Bzr, Git, Mercurial, Subversion.")
|
||||||
(define-public khelpcenter
|
(define-public khelpcenter
|
||||||
(package
|
(package
|
||||||
(name "khelpcenter")
|
(name "khelpcenter")
|
||||||
(version "24.12.1")
|
(version "25.08.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/khelpcenter-" version ".tar.xz"))
|
"/src/khelpcenter-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nbv5lzsn45wszqdz3mj7bz6w4dli9nhn7w6abcl553h002vadch"))))
|
(base32 "1br0hw7a61672cg453c32q2b9z8wy2zx2afin5wzx7m7fgwjqmvx"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools perl))
|
(list extra-cmake-modules kdoctools perl))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue