mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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>
This commit is contained in:
parent
a24df4fe6d
commit
b83c2f1789
1 changed files with 3 additions and 3 deletions
|
@ -2173,14 +2173,14 @@ (define-public plasma-redshift-control
|
|||
(define-public plasma-vault
|
||||
(package
|
||||
(name "plasma-vault")
|
||||
(version "5.25.5")
|
||||
(version "5.27.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15nf4myl6sry0930m8qiixpr1i8bh1g58cy2gf304h029vr2fn5j"))))
|
||||
"0wxa80m2ppjp8l8nchwcvrmx20j0rgm9ydn93x4w4d4rmi6mypr4"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules pkg-config))
|
||||
(inputs (list kio
|
||||
|
@ -2197,7 +2197,7 @@ (define-public plasma-vault
|
|||
(home-page "https://invent.kde.org/plasma/plasma-vault")
|
||||
(synopsis "Plasma applet and services for creating encrypted vaults")
|
||||
(description "Provides Plasma applet and services for creating encrypted
|
||||
vaults.")
|
||||
vaults.")
|
||||
(license (list license:gpl2 license:gpl3))))
|
||||
|
||||
(define-public plasma-systemmonitor
|
||||
|
|
Loading…
Reference in a new issue