mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
87ece16f0e
commit
1052fb8e36
1 changed files with 4 additions and 3 deletions
|
@ -642,17 +642,18 @@ conversions between European currencies.")
|
|||
(define-public keysmith
|
||||
(package
|
||||
(name "keysmith")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/keysmith-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1n34sda27hpl53gayglrjyz8la8g25z8mrvaymwhcp8fzpids911"))))
|
||||
"1sbixsi4jq8p7bz044qjx70155b2ywvy3pjypfyaicjcq23bnd19"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules pkg-config python-minimal))
|
||||
(inputs (list kdbusaddons
|
||||
(inputs (list kcoreaddons
|
||||
kdbusaddons
|
||||
kirigami
|
||||
ki18n
|
||||
kwindowsystem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue