mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: kdialog: Update to 24.12.1.
* gnu/packages/kde-utils.scm (kdialog): Update to 24.12.1. Change-Id: I241ee49ac83b7a8717135277e3176f49bfa674b8
This commit is contained in:
parent
7c6a895b2d
commit
61eb92dd41
1 changed files with 2 additions and 2 deletions
|
@ -537,14 +537,14 @@ characters.")
|
|||
(define-public kdialog
|
||||
(package
|
||||
(name "kdialog")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kdialog-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06h42dlchikn0xva93yj2y46gmcqb78lm0qim30q25fnz5hbfv5f"))))
|
||||
"1dx4sfxx1k92056xdf615z9hqhv2p7w6gd5sjazgi51c5ch43m81"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs (list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Add table
Reference in a new issue