me
/
guix
Archived
1
0
Fork 0

gnu: plasma-vault: Update to 5.27.6.

* gnu/packages/kde-plasma.scm (plasma-vault): Update to 5.27.6.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-15 16:41:44 +08:00 committed by 宋文武
parent a24df4fe6d
commit b83c2f1789
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 3 additions and 3 deletions

View File

@ -2173,14 +2173,14 @@ Desktop.")
(define-public plasma-vault (define-public plasma-vault
(package (package
(name "plasma-vault") (name "plasma-vault")
(version "5.25.5") (version "5.27.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version (uri (string-append "mirror://kde/stable/plasma/" version
"/" name "-" version ".tar.xz")) "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"15nf4myl6sry0930m8qiixpr1i8bh1g58cy2gf304h029vr2fn5j")))) "0wxa80m2ppjp8l8nchwcvrmx20j0rgm9ydn93x4w4d4rmi6mypr4"))))
(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 kio (inputs (list kio
@ -2197,7 +2197,7 @@ Desktop.")
(home-page "https://invent.kde.org/plasma/plasma-vault") (home-page "https://invent.kde.org/plasma/plasma-vault")
(synopsis "Plasma applet and services for creating encrypted vaults") (synopsis "Plasma applet and services for creating encrypted vaults")
(description "Provides Plasma applet and services for creating encrypted (description "Provides Plasma applet and services for creating encrypted
vaults.") vaults.")
(license (list license:gpl2 license:gpl3)))) (license (list license:gpl2 license:gpl3))))
(define-public plasma-systemmonitor (define-public plasma-systemmonitor