mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ktimer: Update to 24.12.1.
* gnu/packages/kde.scm (ktimer): Update to 24.12.1. [inputs]: Add kcrash. Change-Id: I94214bfaa4673aeccc566f24f1a9368da71eae10
This commit is contained in:
parent
88ddeca5f8
commit
680e61d885
1 changed files with 4 additions and 3 deletions
|
@ -1683,20 +1683,21 @@ unmount drives and view them in a file manager.")
|
|||
(define-public ktimer
|
||||
(package
|
||||
(name "ktimer")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ktimer-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1s3fwxxdpc4qsxby01sdp5c2sdzb1a9y37d172gvk41148swl5np"))))
|
||||
"0jws275vkp0nb4xgisv6p4n6g6jrn4aprn79973rr095890mxlax"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules
|
||||
kdoctools))
|
||||
(inputs
|
||||
(list kdbusaddons
|
||||
(list kcrash
|
||||
kdbusaddons
|
||||
ki18n
|
||||
kio
|
||||
knotifications
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue