gnu: kwallet-pam: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (kwallet-pam): Update to 5.27.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
5f4d288fe1
commit
2401c20ca0
1 changed files with 2 additions and 2 deletions
|
|
@ -1015,7 +1015,7 @@ with a ksysguardd daemon, which may also run on a remote system.")
|
||||||
(define-public kwallet-pam
|
(define-public kwallet-pam
|
||||||
(package
|
(package
|
||||||
(name "kwallet-pam")
|
(name "kwallet-pam")
|
||||||
(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/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
|
@ -1023,7 +1023,7 @@ with a ksysguardd daemon, which may also run on a remote system.")
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14w803lc3s2c0f4mqzzdhpfy5qnlz7wv00pbrc3v4k3zv381ci8n"))))
|
"0c38s7iqha94vz2d8dfch4qfb7zpc6k5z7wm33f5x190bw3g1bdp"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ;no tests
|
(list #:tests? #f)) ;no tests
|
||||||
|
|
|
||||||
Reference in a new issue