mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kdialog: Update to 24.12.3.
* gnu/packages/kde-utils.scm (kdialog): Update to 24.12.3. Change-Id: I29e493dddcaf714d4878df612bec7588fd975019
This commit is contained in:
parent
b45cf3a7ce
commit
4ea012fc6d
1 changed files with 2 additions and 2 deletions
|
@ -582,14 +582,14 @@ characters.")
|
||||||
(define-public kdialog
|
(define-public kdialog
|
||||||
(package
|
(package
|
||||||
(name "kdialog")
|
(name "kdialog")
|
||||||
(version "24.05.2")
|
(version "24.12.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
|
||||||
"06h42dlchikn0xva93yj2y46gmcqb78lm0qim30q25fnz5hbfv5f"))))
|
"0i84251d2zr16069vany6ahsgsgargdj929gixmmkfrzd0d4kpj0"))))
|
||||||
(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