gnu: lxqt-openssh-askpass: Update to 0.17.0.

* gnu/packages/lxqt.scm (lxqt-openssh-askpass): Update to 0.17.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Brendan Tildesley 2021-05-17 00:06:14 +10:00 committed by Ludovic Courtès
parent 811a02770e
commit 73c8bb7cd6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -528,14 +528,14 @@ (define-public lxqt-notificationd
(define-public lxqt-openssh-askpass
(package
(name "lxqt-openssh-askpass")
(version "0.15.0")
(version "0.17.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "1h8nhj4ig8419kfdqjsig16ayf2byrzgrk698aiym544n5ayjwak"))))
(base32 "0gdcy8c21sbfrlfz9c3zqw4dvdwf309flkjgqanwwl9i8hr26chr"))))
(build-system cmake-build-system)
(inputs
`(("kwindowsystem" ,kwindowsystem)