mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: kwallet: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kwallet): Update to 6.10.0. [inputs]: Add kcrash. Change-Id: I3ffd9b505207edf98e566264b2badda7732903a8
This commit is contained in:
parent
421f4b725c
commit
18eb2e0c5a
1 changed files with 3 additions and 2 deletions
|
@ -4857,7 +4857,7 @@ (define-public ktexttemplate
|
|||
(define-public kwallet
|
||||
(package
|
||||
(name "kwallet")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -4866,7 +4866,7 @@ (define-public kwallet
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nl1blnpbvggv3r86m09skc46py0fsxhdayvipgsy683l58fzfcy"))))
|
||||
"0l5xwqskpq6xhvzmwnf7dl8sdiaz3gfarq5w9bb1hhsvl48kk6g1"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
@ -4885,6 +4885,7 @@ (define-public kwallet
|
|||
kconfig
|
||||
kconfigwidgets
|
||||
kcoreaddons
|
||||
kcrash
|
||||
kdbusaddons
|
||||
kdoctools
|
||||
kiconthemes
|
||||
|
|
Loading…
Reference in a new issue