mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: keysmith: Update to 23.04.3.
* gnu/packages/kde-utils.scm (keysmith): Update to 23.04.3.
This commit is contained in:
parent
74cfc32c45
commit
ab5011a7ab
1 changed files with 4 additions and 5 deletions
|
@ -581,15 +581,14 @@ (define-public keurocalc
|
||||||
(define-public keysmith
|
(define-public keysmith
|
||||||
(package
|
(package
|
||||||
(name "keysmith")
|
(name "keysmith")
|
||||||
(version "22.09")
|
(version "23.04.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma-mobile/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
(version-major+minor version) "/keysmith-"
|
version "/src/keysmith-" version ".tar.xz"))
|
||||||
version ".tar.xz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w3vvmp9rn6ahly2fm9n6f4glfr7d84bfvj33mrs5pn7n99h7jgy"))))
|
"1rfp516adliyc57nx4ha1rp8v2z340ygsvblh5sqmsdsg2ivjklj"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules pkg-config))
|
(native-inputs (list extra-cmake-modules pkg-config))
|
||||||
(inputs (list kdbusaddons
|
(inputs (list kdbusaddons
|
||||||
|
|
Loading…
Reference in a new issue