gnu: kmag: Update to 25.04.0.

* gnu/packages/kde-utils.scm (kmag): Update to 25.04.0.
[inputs]: Add kcrash.

Change-Id: I7a7f8560f7652fbbffb37f25648ddda9c0aa836b
This commit is contained in:
Zheng Junjie 2025-05-08 13:47:56 +08:00
parent 1af827ed48
commit 95c3f36ae4
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -808,20 +808,21 @@ the computer and 3D Printers.")
(define-public kmag (define-public kmag
(package (package
(name "kmag") (name "kmag")
(version "24.12.1") (version "25.04.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version (uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmag-" version ".tar.xz")) "/src/kmag-" version ".tar.xz"))
(sha256 (sha256
(base32 "0n5d8wjpq4avcp8dsslks4sp10b1avrjhcyqrmp7xarci8qk137q")))) (base32 "0565x812jbq0j56750q03hmfai4fgdqjrxzw6k94c37ck0nvlfl5"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (list #:qtbase qtbase)) (arguments (list #:qtbase qtbase))
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))
(inputs (inputs
(list ki18n (list kcrash
ki18n
kio kio
kxmlgui kxmlgui
breeze-icons ;; default icon set breeze-icons ;; default icon set