diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-13 14:54:57 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-20 11:50:53 +0800 |
commit | 4f753263809a9133736d00e660e3a4899744159a (patch) | |
tree | 8f92dc3ac9842307f8055c4da47a2e6837f4daa2 /gnu | |
parent | d62ab93807ad46565a02bda388e007218ffc1230 (diff) | |
download | guix-4f753263809a9133736d00e660e3a4899744159a.tar.gz guix-4f753263809a9133736d00e660e3a4899744159a.zip |
gnu: kwallet: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kwallet): Update to 6.5.0.
Change-Id: I67e1f9030ac48fab971e64f0919aaaa8380ed3d9
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index f20faef78a..773f65f74a 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -4831,7 +4831,7 @@ to separate the structure of documents from the data they contain.") (define-public kwallet (package (name "kwallet") - (version "6.4.0") + (version "6.5.0") (source (origin (method url-fetch) (uri (string-append @@ -4840,7 +4840,7 @@ to separate the structure of documents from the data they contain.") name "-" version ".tar.xz")) (sha256 (base32 - "0h4y3x4q6m796vy7ziyr75wns6jc8c5dn7fc252paw2ziq45m25j")))) + "0nl1blnpbvggv3r86m09skc46py0fsxhdayvipgsy683l58fzfcy")))) (build-system cmake-build-system) (arguments (list #:phases |