mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: keysmith: Update to 25.12.0.
* gnu/packages/kde-utils.scm (keysmith): Update to 25.12.0. Change-Id: I925f224aad97e51b6e0887154e3caf101811ac4b
This commit is contained in:
parent
34fa925a76
commit
ba79442ceb
1 changed files with 2 additions and 2 deletions
|
|
@ -719,14 +719,14 @@ conversions between European currencies.")
|
|||
(define-public keysmith
|
||||
(package
|
||||
(name "keysmith")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/keysmith-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"098mik8ayiaq1g4x56vwgqadxyyayai69p56ag6vfmq6pvnbr261"))))
|
||||
"146fdmgp5njlcmfjwwni3fjzk1cgagmb5kjh9bi2a6614q52a4ia"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules pkg-config python-minimal))
|
||||
(inputs (list kconfig
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue