mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kdialog: Update to 25.04.0.
* gnu/packages/kde-utils.scm (kdialog): Update to 25.04.0. Change-Id: I14ec48192eecebbb732ad586df71ac9c178184ba
This commit is contained in:
parent
e2987c03cd
commit
cf1252e1bf
1 changed files with 2 additions and 2 deletions
|
@ -585,14 +585,14 @@ characters.")
|
||||||
(define-public kdialog
|
(define-public kdialog
|
||||||
(package
|
(package
|
||||||
(name "kdialog")
|
(name "kdialog")
|
||||||
(version "24.12.3")
|
(version "25.04.0")
|
||||||
(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
|
||||||
"0i84251d2zr16069vany6ahsgsgargdj929gixmmkfrzd0d4kpj0"))))
|
"0ffnw3hc2xngxryiyanaid7nh51fymahg4jbqf3w684wrn1v6gan"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs (list extra-cmake-modules kdoctools))
|
(native-inputs (list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue