gnu: ksshaskpass: Update to 6.1.4.

* gnu/packages/kde-plasma.scm (ksshaskpass): Update to 6.1.4.

Change-Id: I3005e18141b43dc9f8f8bee10aaeeeb736d30537
This commit is contained in:
Zheng Junjie 2024-08-09 23:33:51 +08:00
parent ec639e2a52
commit bd8100bd18
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -948,14 +948,14 @@ (define-public kscreen
(define-public ksshaskpass
(package
(name "ksshaskpass")
(version "6.1.3")
(version "6.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/ksshaskpass-" version ".tar.xz"))
(sha256
(base32
"0say4khh6lzl9zj7im4lrv3srsa6cic42zmc8y7niaf16bfm7agi"))))
"0335v6xky0s605q8178grp87dgar5yv3rgcjx1419a4sjdzk6wjv"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs