mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kdialog: Update to 23.04.3.
* gnu/packages/kde-utils.scm (kdialog): Update to 23.04.3.
This commit is contained in:
parent
c1f300eeb0
commit
74cfc32c45
1 changed files with 2 additions and 2 deletions
|
@ -525,14 +525,14 @@ characters.")
|
||||||
(define-public kdialog
|
(define-public kdialog
|
||||||
(package
|
(package
|
||||||
(name "kdialog")
|
(name "kdialog")
|
||||||
(version "22.08.1")
|
(version "23.04.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kdialog-" version ".tar.xz"))
|
version "/src/kdialog-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lqzhfn5g16qr6ada9i0i3kshna1zxp1y20ylwmmsa82bgmyblhx"))))
|
"042az7d9ngar6xp7gv3xcmlns9hpbvs39dkymanqgc0riwa1mvsx"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules kdoctools))
|
(native-inputs (list extra-cmake-modules kdoctools))
|
||||||
(inputs (list ktextwidgets
|
(inputs (list ktextwidgets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue