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
parent
a24df4fe6d
commit
b83c2f1789
|
@ -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
|
||||||
|
|
Reference in New Issue