mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1af827ed48
commit
95c3f36ae4
1 changed files with 4 additions and 3 deletions
|
@ -808,20 +808,21 @@ the computer and 3D Printers.")
|
|||
(define-public kmag
|
||||
(package
|
||||
(name "kmag")
|
||||
(version "24.12.1")
|
||||
(version "25.04.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kmag-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0n5d8wjpq4avcp8dsslks4sp10b1avrjhcyqrmp7xarci8qk137q"))))
|
||||
(base32 "0565x812jbq0j56750q03hmfai4fgdqjrxzw6k94c37ck0nvlfl5"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
(list ki18n
|
||||
(list kcrash
|
||||
ki18n
|
||||
kio
|
||||
kxmlgui
|
||||
breeze-icons ;; default icon set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue