mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: kwallet: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kwallet): Update to 6.4.0. Change-Id: Ic3f03028ac79ebe3acfdc18e5adca02ed356672b
This commit is contained in:
parent
f433d2a491
commit
18076bf76b
1 changed files with 2 additions and 2 deletions
|
@ -4831,7 +4831,7 @@ (define-public ktexttemplate
|
|||
(define-public kwallet
|
||||
(package
|
||||
(name "kwallet")
|
||||
(version "6.3.0")
|
||||
(version "6.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -4840,7 +4840,7 @@ (define-public kwallet
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p9a5lwn4lpalxs6nj8fbcmmngcbgaj6s9n9vz56j26rlfzypdpd"))))
|
||||
"0h4y3x4q6m796vy7ziyr75wns6jc8c5dn7fc252paw2ziq45m25j"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue