gnu: keysmith: Update to 24.12.1.

* gnu/packages/kde-utils.scm (keysmith): Update to 24.12.1.
[inputs]: Add kcoreaddons.

Change-Id: I32430c061ad1efb5aad9bbf5f71987587c3ec9c9
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:02 +08:00 committed by Zheng Junjie
parent 87ece16f0e
commit 1052fb8e36
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -642,17 +642,18 @@ conversions between European currencies.")
(define-public keysmith (define-public keysmith
(package (package
(name "keysmith") (name "keysmith")
(version "24.05.2") (version "24.12.1")
(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/keysmith-" version ".tar.xz")) version "/src/keysmith-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1n34sda27hpl53gayglrjyz8la8g25z8mrvaymwhcp8fzpids911")))) "1sbixsi4jq8p7bz044qjx70155b2ywvy3pjypfyaicjcq23bnd19"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (list extra-cmake-modules pkg-config python-minimal)) (native-inputs (list extra-cmake-modules pkg-config python-minimal))
(inputs (list kdbusaddons (inputs (list kcoreaddons
kdbusaddons
kirigami kirigami
ki18n ki18n
kwindowsystem kwindowsystem