gnu: kdialog: Update to 24.05.2.
* gnu/packages/kde-utils.scm (kdialog): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. Change-Id: I3b973e30b25ef64e0e99815dfb4d911afc321eb7master
parent
2ec3282107
commit
9e65c722d0
|
@ -532,15 +532,16 @@ characters.")
|
|||
(define-public kdialog
|
||||
(package
|
||||
(name "kdialog")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kdialog-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"042az7d9ngar6xp7gv3xcmlns9hpbvs39dkymanqgc0riwa1mvsx"))))
|
||||
"06h42dlchikn0xva93yj2y46gmcqb78lm0qim30q25fnz5hbfv5f"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs (list extra-cmake-modules kdoctools))
|
||||
(inputs (list ktextwidgets
|
||||
knotifications
|
||||
|
|
Reference in New Issue