diff options
-rw-r--r-- | gnu/packages/kde-plasma.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index f21f13eeeb..1eda27e7dc 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1315,7 +1315,7 @@ with a ksysguardd daemon, which may also run on a remote system.") (define-public kwallet-pam (package (name "kwallet-pam") - (version "6.3.4") + (version "6.4.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -1323,7 +1323,7 @@ with a ksysguardd daemon, which may also run on a remote system.") ".tar.xz")) (sha256 (base32 - "02d39rsk3rnzg4w1vhn07xx3152v8l96aq6fgn50zpjjm9dhrbnp")))) + "1phcznsmmhysk0vri33lh60g8p09qfnklzljjrv8x2kv7sh1q588")))) (build-system qt-build-system) (arguments (list |